diff --git a/hosts/challenger/exports.nix b/hosts/challenger/exports.nix index d2d6f6a..6ca446c 100644 --- a/hosts/challenger/exports.nix +++ b/hosts/challenger/exports.nix @@ -16,6 +16,6 @@ # ''; # }; - networking.firewall.allowedTCPPorts = [ 111 2049 20048 ]; - networking.firewall.allowedUDPPorts = [ 111 20048]; + # networking.firewall.allowedTCPPorts = [ 111 2049 20048 ]; + # networking.firewall.allowedUDPPorts = [ 111 20048]; } diff --git a/hosts/challenger/filesystems.nix b/hosts/challenger/filesystems.nix index 264e877..3737a02 100644 --- a/hosts/challenger/filesystems.nix +++ b/hosts/challenger/filesystems.nix @@ -18,16 +18,16 @@ interval = "Wed *-*-8..14 00:00:00"; }; - fileSystems = { - "/mnt/feal-syn1/backup" = { - device = "feal-syn1.home.feal.no:/volume2/backup"; - fsType = "nfs"; - options = [ - "defaults" - "noatime" - "rw" - "nfsvers=3" - ]; - }; - }; + # fileSystems = { + # "/mnt/feal-syn1/backup" = { + # device = "feal-syn1.home.feal.no:/volume2/backup"; + # fsType = "nfs"; + # options = [ + # "defaults" + # "noatime" + # "rw" + # "nfsvers=3" + # ]; + # }; + # }; }