❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: get rid of sabnzbd

Signed-off-by: aottr <alex@otter.foo>

aottr 0da9cfcb d854550a

+4 -1
+4 -1
modules/nixos/server/media.nix
··· 26 26 }; 27 27 28 28 /* Downloading Linux-ISOs */ 29 - services.sabnzbd = { 29 + services.nzbget = { 30 30 enable = true; 31 31 user = "media"; 32 32 group = "media"; 33 + settings = { 34 + MainDir = "/var/lib/nzbget"; 35 + }; 33 36 }; 34 37 35 38 services.jellyseerr = {