Enabling boot.initrd.systemd
This commit is contained in:
parent
803fa03e07
commit
9e088369cf
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@
|
||||||
boot.loader.systemd-boot.configurationLimit = 10;
|
boot.loader.systemd-boot.configurationLimit = 10;
|
||||||
# boot.loader.efi.canTouchEfiVariables = true;
|
# boot.loader.efi.canTouchEfiVariables = true;
|
||||||
# boot.kernelParams = [ "quiet" ];
|
# boot.kernelParams = [ "quiet" ];
|
||||||
|
boot.initrd.systemd = {
|
||||||
|
enable = true;
|
||||||
|
# network.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Reboot Timeout
|
# Reboot Timeout
|
||||||
systemd.extraConfig = ''
|
systemd.extraConfig = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue