diff --git a/system/default.nix b/system/default.nix index 3e86766..39a1e3d 100644 --- a/system/default.nix +++ b/system/default.nix @@ -12,7 +12,7 @@ # efi bootloader boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.loader.efi.efiSysMountPoint = "/boot/efi"; + boot.loader.efi.efiSysMountPoint = "/boot/efi"; #this may have changed in 23.05 boot.initrd.systemd.enable = true; boot.plymouth.enable = true; boot.kernelParams = ["quiet"];