diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 62358ac..1a497d0 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -59,8 +59,6 @@ in # Bootloader. # boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.binfmt = { emulatedSystems = [ "wasm32-wasi" "aarch64-linux" ]; diff --git a/nixos/desktop.nix b/nixos/desktop.nix index 2a6fef2..d638775 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -26,6 +26,9 @@ }; }; + boot.loader.efi.canTouchEfiVariables = true; + boot.loader.efi.efiSysMountPoint = "/boot/efi"; + boot.supportedFilesystems = [ "ntfs" ]; fileSystems."/mnt/nas" = {