diff --git a/hosts/lyes-pc/default.nix b/hosts/lyes-pc/default.nix index 2c35498..7cb4e8f 100644 --- a/hosts/lyes-pc/default.nix +++ b/hosts/lyes-pc/default.nix @@ -19,6 +19,10 @@ boot.loader.systemd-boot.configurationLimit = 10; # boot.loader.efi.canTouchEfiVariables = true; # boot.kernelParams = [ "quiet" ]; + boot.initrd.systemd = { + enable = true; + # network.enable = true; + }; # Reboot Timeout systemd.extraConfig = ''