voyager/sarek: Fix NFS export
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user