diff --git a/hosts/defiant/configuration.nix b/hosts/defiant/configuration.nix index 4ef4068..26fc578 100644 --- a/hosts/defiant/configuration.nix +++ b/hosts/defiant/configuration.nix @@ -9,7 +9,7 @@ ./hardware-configuration.nix # Infrastructure - ./backup.nix + # ./backup.nix ./libvirt.nix ./services/dyndns.nix ./services/nginx.nix diff --git a/hosts/defiant/filesystems.nix b/hosts/defiant/filesystems.nix index b031f8d..e355fe1 100644 --- a/hosts/defiant/filesystems.nix +++ b/hosts/defiant/filesystems.nix @@ -15,13 +15,15 @@ fileSystems = { "/mnt/feal-syn1/backup" = { - device = "feal-syn1.home.feal.no:/volume2/backup"; + device = "192.168.10.162:/volume2/backup"; fsType = "nfs"; options = [ "defaults" "noatime" "rw" "nfsvers=3" + "x-systemd.automount" + "noauto" ]; }; };