mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
move
This commit is contained in:
parent
2e49bff29a
commit
7713b11971
2 changed files with 3 additions and 2 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
|
||||
fileSystems."/mnt/nas" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue