mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
test: setting up another samba mount for ceres
This commit is contained in:
parent
fc17cd5faf
commit
6cf6cffca2
1 changed files with 6 additions and 1 deletions
|
|
@ -32,7 +32,12 @@ in
|
||||||
"transfer" = {
|
"transfer" = {
|
||||||
path = "/mnt/transfer";
|
path = "/mnt/transfer";
|
||||||
browseable = "yes";
|
browseable = "yes";
|
||||||
writeable = "yes";
|
"read only" = "no";
|
||||||
|
"guest ok" = "no";
|
||||||
|
"create mask" = "0664";
|
||||||
|
"directory mask" = "0775";
|
||||||
|
"force user" = user0.name;
|
||||||
|
"force group" = "users";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue