Bruno BELANYI
6038d0df60
Its configuration isn't declarative :-(. Notably, the port needs to be changed from '8080' to '9090' in its configuration file (at '/var/lib/sabnzbd/').
15 lines
175 B
Nix
15 lines
175 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./gitea.nix
|
|
./jellyfin.nix
|
|
./matrix.nix
|
|
./media.nix
|
|
./nginx.nix
|
|
./pirate.nix
|
|
./sabnzbd.nix
|
|
./transmission.nix
|
|
];
|
|
}
|