separate kernel and base modules
this is needed for levitate
This commit is contained in:
parent
a4ba5c85e1
commit
7e4a05bbf8
2 changed files with 1 additions and 3 deletions
|
@ -30,6 +30,7 @@ let
|
|||
./modules/base.nix
|
||||
./modules/busybox.nix
|
||||
./modules/hostname.nix
|
||||
./modules/kernel
|
||||
device.module
|
||||
liminix-config
|
||||
./modules/s6
|
||||
|
|
|
@ -12,9 +12,6 @@ let
|
|||
type_service = pkgs.liminix.lib.types.service;
|
||||
|
||||
in {
|
||||
imports = [
|
||||
./kernel # kernel is a separate module for doc purposes
|
||||
];
|
||||
options = {
|
||||
defaultProfile = {
|
||||
packages = mkOption {
|
||||
|
|
Loading…
Reference in a new issue