voyager/sarek: Fix NFS export

This commit is contained in:
2023-10-05 22:04:10 +02:00
parent fde9b9daa3
commit 49fcd0cd78
3 changed files with 8 additions and 25 deletions

View File

@@ -9,12 +9,6 @@
# ./hardware-configuration.nix
];
fileSystems."/mnt/backup" = {
fsType = "nfs";
device = "//voyager.home.feal.no/defiant-backup";
options = [ "defaults" "noauto" "x-systemd.automount" ];
};
# Boot and console is handled by proxmoxLXC.
boot.loader.systemd-boot.enable = lib.mkForce false; # Enabled in base.nix, forced off here.