kariru: readd sabnzbd

This commit is contained in:
notohh 2025-06-10 19:24:22 -04:00
commit 309b9d100d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
networking.firewall.allowedTCPPorts = [9292 8111];
networking.firewall.allowedTCPPorts = [9292 8111 8085];
imports = [
./restic.nix
@ -21,6 +21,7 @@
enable = true;
openFirewall = true;
};
sabnzbd.enable = true;
};
virtualisation.oci-containers.containers = {