Fix mount uid
This commit is contained in:
parent
2551e59442
commit
9f2868394a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
fileSystems =
|
||||
let
|
||||
automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s";
|
||||
perm_opts = "uid=1000,gid=100";
|
||||
perm_opts = "uid=1001,gid=100";
|
||||
smb_opts = [
|
||||
"vers=2.0,credentials=/home/tristand/.smb-secrets"
|
||||
perm_opts
|
||||
|
|
Loading…
Add table
Reference in a new issue