nixos/kernel: Enable systemd in initrd by default
This commit is contained in:
parent
ddb53ef9fe
commit
40c26507ad
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
checkJournalingFS = lib.mkDefault false;
|
||||
includeDefaultModules = lib.mkDefault false;
|
||||
luks.cryptoModules = lib.mkDefault [ ];
|
||||
systemd.enable = lib.mkDefault true;
|
||||
verbose = lib.mkDefault false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue