Host NZBGet #74

Merged
wi11-holdsworth merged 2 commits from 56 into main 2026-01-12 17:18:53 +11:00
Showing only changes of commit b3eaee27c9 - Show all commits

View file

@ -1,3 +1,7 @@
{
pkgs,
...
}:
let let
port = 5018; port = 5018;
in in
@ -18,4 +22,6 @@ in
locations."/".proxyPass = "http://localhost:${toString port}"; locations."/".proxyPass = "http://localhost:${toString port}";
}; };
}; };
environment.systemPackages = with pkgs; [ unrar ];
} }