diff --git a/hosts/sisyphe/features/multimedia/sabnzbd.nix b/hosts/sisyphe/features/multimedia/sabnzbd.nix new file mode 100644 index 0000000..ad2e8f6 --- /dev/null +++ b/hosts/sisyphe/features/multimedia/sabnzbd.nix @@ -0,0 +1,18 @@ +{config, pkgs, ...}: +{ + services.sabnzbd = { + enable = true; + + }; + + services.caddy.virtualHosts."http://sabnzbd.normandy.sisyphe.hypervirtual.world".extraConfig = '' + reverse_proxy 8080 + ''; +/* + services.prometheus.exporters.sabnzbd = { + enable = true; + servers = [ + localhost + ] + };*/ +} \ No newline at end of file