nixos-configuration/hosts/iron/services/sturzbach.nix
2023-11-08 23:35:55 +00:00

10 lines
179 B
Nix

{
jalr.qbittorrent = {
enable = true;
downloadDir = "/sturzbach";
fqdn = "sturzbach.jalr.de";
};
networking.firewall = {
allowedTCPPorts = [ 59832 ];
};
}