fixes qbittorrent, nextcloud python update, firewall logic
Some checks failed
Weekly NixOS Build & Cache / build-and-cache (push) Failing after 1m55s

This commit is contained in:
Danilo Reyes
2025-10-18 10:12:09 -06:00
parent 0e5e06bcb6
commit 28ef0d8108
5 changed files with 36 additions and 26 deletions

View File

@@ -12,6 +12,7 @@ in
};
};
config = lib.mkIf cfg.enable {
my.network.firewall.additionalPorts = [ cfg.port ];
services.sabnzbd = {
inherit (cfg) enable;
group = "piracy";