nixos/kernel: Disable systemd in initramfs again
This commit is contained in:
parent
c6d01ac6d2
commit
114e87e86c
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
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