mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2024-12-21 19:57:30 +01:00
challenger: Disable NFS in both directions to avoid extreme crashes
This commit is contained in:
parent
c49fc1fb4d
commit
12773b8c62
@ -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];
|
||||
}
|
||||
|
@ -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"
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user