test: setting up another samba mount for ceres

This commit is contained in:
Nick 2025-12-04 16:43:03 -06:00
parent 0f8debc522
commit fc17cd5faf
3 changed files with 10 additions and 2 deletions

View file

@ -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;

View file

@ -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 = [