mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
test: setting up another samba mount for ceres
This commit is contained in:
parent
0f8debc522
commit
fc17cd5faf
3 changed files with 10 additions and 2 deletions
|
|
@ -29,10 +29,17 @@ in
|
|||
"force create mode" = "0664";
|
||||
"force directory mode" = "0775";
|
||||
};
|
||||
"transfer" = {
|
||||
path = "/mnt/transfer";
|
||||
browseable = "yes";
|
||||
writeable = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /mnt/transfer 2775 root root -"
|
||||
];
|
||||
networking = {
|
||||
firewall = {
|
||||
allowedTCPPorts = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue