diff --git a/hosts/asus-gl553vd/configs/boot.nix b/hosts/asus-gl553vd/configs/boot.nix index 5b323c2..f2dcc7c 100644 --- a/hosts/asus-gl553vd/configs/boot.nix +++ b/hosts/asus-gl553vd/configs/boot.nix @@ -1,12 +1,10 @@ { boot.loader = { timeout = 1; - grub = { + systemd-boot = { enable = true; - device = "nodev"; - efiSupport = true; - efiInstallAsRemovable = true; - enableCryptodisk = true; + configurationLimit = 20; }; + efi.canTouchEfiVariables = true; }; }