Added models
This commit is contained in:
parent
389d7f9889
commit
9f8b5c0a7b
|
@ -200,8 +200,8 @@ in {
|
||||||
in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"];
|
in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/development" = {
|
fileSystems."/mnt/models" = {
|
||||||
device = "//vanten-s.com/development";
|
device = "//vanten-s.com/models";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = let
|
options = let
|
||||||
# this line prevents hanging on network split
|
# this line prevents hanging on network split
|
||||||
|
|
Loading…
Reference in a new issue