This commit is contained in:
nora 2025-08-01 18:20:20 +02:00
parent 2e49bff29a
commit 7713b11971
2 changed files with 3 additions and 2 deletions

View file

@ -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" ];

View file

@ -26,6 +26,9 @@
};
};
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.supportedFilesystems = [ "ntfs" ];
fileSystems."/mnt/nas" = {