flake: bump inputs. challenger: add feal-syn2 backup mount
This commit is contained in:
@@ -31,5 +31,18 @@
|
||||
"noauto"
|
||||
];
|
||||
};
|
||||
"/mnt/feal-syn2/backup" = {
|
||||
# device = "feal-syn1.home.feal.no:/volume2/backup";
|
||||
device = "192.168.11.163:/volume1/challenger";
|
||||
fsType = "nfs";
|
||||
options = [
|
||||
"defaults"
|
||||
"noatime"
|
||||
"rw"
|
||||
"nfsvers=3"
|
||||
"x-systemd.automount"
|
||||
"noauto"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user