Set noauto for network mounts.
This commit is contained in:
parent
b644d30f65
commit
6f0358364c
@ -104,13 +104,13 @@
|
|||||||
fileSystems."/mnt/vaccaria" = {
|
fileSystems."/mnt/vaccaria" = {
|
||||||
device = "//vaccaria.mtlaa.gebner.org/export";
|
device = "//vaccaria.mtlaa.gebner.org/export";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = "x-systemd.automount,credentials=/etc/smbcredentials/vaccaria";
|
options = "noauto,x-systemd.automount,credentials=/etc/smbcredentials/vaccaria";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/aruanus" = {
|
fileSystems."/mnt/aruanus" = {
|
||||||
device = "//aruanus.htdf.gebner.org/export";
|
device = "//aruanus.htdf.gebner.org/export";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = "x-systemd.automount,credentials=/etc/smbcredentials/aruanus";
|
options = "noauto,x-systemd.automount,credentials=/etc/smbcredentials/aruanus";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.extraUsers.gebner = {
|
users.extraUsers.gebner = {
|
||||||
|
Loading…
Reference in New Issue
Block a user