mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
fix: samba perms unfucked
This commit is contained in:
parent
d788440daa
commit
ecbbebfd90
3 changed files with 31 additions and 6 deletions
|
|
@ -234,8 +234,8 @@ in
|
|||
"IdentityFile=/var/run/secrets/ssh/private"
|
||||
];
|
||||
fileModeAndDirMode = [
|
||||
"file_mode=0644"
|
||||
"dir_mode=0755"
|
||||
"file_mode=0664"
|
||||
"dir_mode=0775"
|
||||
];
|
||||
userIdForUser0 = [
|
||||
"uid=1000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue