challenger: mount feal-syn1:/volume2/backup using systemd.automount
This commit is contained in:
parent
26f4174b0b
commit
6802751fa9
@ -19,13 +19,16 @@
|
|||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/mnt/feal-syn1/backup" = {
|
"/mnt/feal-syn1/backup" = {
|
||||||
device = "feal-syn1.home.feal.no:/volume2/backup";
|
# device = "feal-syn1.home.feal.no:/volume2/backup";
|
||||||
|
device = "192.168.10.162:/volume2/backup";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [
|
options = [
|
||||||
"defaults"
|
"defaults"
|
||||||
"noatime"
|
"noatime"
|
||||||
"rw"
|
"rw"
|
||||||
"nfsvers=3"
|
"nfsvers=3"
|
||||||
|
"x-systemd.automount"
|
||||||
|
"noauto"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user