From b2d64c5ae13a4363531ed518fe7901a344b40707 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Fri, 31 Oct 2025 20:00:01 +0100 Subject: [PATCH] feat: add sabnzbd Signed-off-by: Lander Van den Bulcke --- hosts/servers/hosting-02.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/servers/hosting-02.nix b/hosts/servers/hosting-02.nix index d6427b0..a3a13af 100644 --- a/hosts/servers/hosting-02.nix +++ b/hosts/servers/hosting-02.nix @@ -183,6 +183,14 @@ }; }; + services.sabnzbd = { + enable = true; + }; + + systemd.services.sabnzbd.serviceConfig = { + NetworkNamespacePath = "/run/netns/vpn"; + }; + sops = { defaultSopsFile = ./hosting-02.yaml; secrets = {