Host NZBGet #74
1 changed files with 6 additions and 0 deletions
|
|
@ -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 ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue