From 0c87284736b51f82c52ac7d0bcef977bde391e19 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Fri, 1 Aug 2025 18:20:20 +0200 Subject: [PATCH] move --- nixos/configuration.nix | 2 -- nixos/desktop.nix | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) 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" = {