implemented all of the currently available server

This commit is contained in:
2024-09-28 23:51:13 -06:00
parent 9151ca5971
commit 0f0acb01b8
6 changed files with 76 additions and 9 deletions

View File

@@ -9,6 +9,7 @@
};
};
config = lib.mkIf config.my.servers.sabnzbd.enable {
networking.firewall.allowedTCPPorts = [ config.my.servers.sabnzbd.port ];
services.sabnzbd = {
enable = true;
group = "piracy";