move kernel module to its own subdir

tftpboot-append-dtb
Daniel Barlow 2024-02-11 18:15:55 +00:00
parent 812f497660
commit dce983ec79
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ let
in { in {
imports = [ imports = [
./kernel.nix # kernel is a separate module for doc purposes ./kernel # kernel is a separate module for doc purposes
]; ];
options = { options = {
defaultProfile = { defaultProfile = {