Enabling boot.initrd.systemd

This commit is contained in:
Lyes Saadi 2025-02-18 22:02:01 +01:00
parent 803fa03e07
commit 9e088369cf
Signed by: lyes
GPG key ID: 55A1D803917CF39A

View file

@ -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 = ''