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"];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/development" = {
|
||||
device = "//vanten-s.com/development";
|
||||
fileSystems."/mnt/models" = {
|
||||
device = "//vanten-s.com/models";
|
||||
fsType = "cifs";
|
||||
options = let
|
||||
# this line prevents hanging on network split
|
||||
|
|
Loading…
Reference in a new issue