Compare commits

...

2 commits

Author SHA1 Message Date
vanten-s 137e7050b0 Merge branch 'main' of git.vanten-s.com:vanten-s/dotfiles 2024-03-25 12:53:00 +01:00
vanten-s 07c30a8924 Fixed perms 2024-03-25 12:52:45 +01:00

View file

@ -190,7 +190,7 @@ in {
# this line prevents hanging on network split
automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user,users";
in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=1000"];
in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"];
};
fileSystems."/mnt/development" = {
@ -200,7 +200,7 @@ in {
# this line prevents hanging on network split
automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user,users";
in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=1000"];
in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"];
};
# Some programs need SUID wrappers, can be configured further or are