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
0f8debc522
commit
fc17cd5faf
3 changed files with 10 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ let
|
|||
inherit (flake.config.people) user0;
|
||||
inherit (flake.config.services) instances;
|
||||
serviceCfg = instances.qbittorrent;
|
||||
host = instances.torrent.domains.url0;
|
||||
host = instances.qbittorrent.domains.url0;
|
||||
dns0 = instances.web.dns.provider0;
|
||||
dns0Path = "dns/${dns0}";
|
||||
torrentPort = 51820;
|
||||
|
|
|
|||
|
|
@ -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