nix-config/services/default.nix
Bruno BELANYI 6038d0df60 services: add sabnzbd
Its configuration isn't declarative :-(.

Notably, the port needs to be changed from '8080' to '9090' in its
configuration file (at '/var/lib/sabnzbd/').
2021-02-03 20:38:54 +01:00

15 lines
175 B
Nix

{ ... }:
{
imports = [
./gitea.nix
./jellyfin.nix
./matrix.nix
./media.nix
./nginx.nix
./pirate.nix
./sabnzbd.nix
./transmission.nix
];
}