mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
11 lines
211 B
Nix
11 lines
211 B
Nix
{ ... }:
|
|
{
|
|
services.sabnzbd = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
|
|
services.caddy.virtualHosts."http://nzb.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
|
reverse_proxy 8080
|
|
'';
|
|
}
|