challenger: re-add backup nfs mount
This commit is contained in:
parent
05134a6121
commit
f2230c6e70
@ -17,16 +17,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