Update configuration.nix

This commit is contained in:
ska
2026-01-03 00:14:06 +00:00
parent a111bc0167
commit cd15c83b61

View File

@@ -15,6 +15,7 @@
boot.loader.efi.canTouchEfiVariables = false; boot.loader.efi.canTouchEfiVariables = false;
boot.loader.efi.efiSysMountPoint = "/boot"; boot.loader.efi.efiSysMountPoint = "/boot";
boot.initrd.systemd.timeouts.CryptSetup = "0"; # 0 = wait forever
boot.plymouth.enable = true; boot.plymouth.enable = true;