kariru: readd sabnzbd
This commit is contained in:
parent
7c13796e48
commit
309b9d100d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue