crisis averted
This commit is contained in:
parent
8ad7c44373
commit
78d2fcb20e
|
@ -113,6 +113,10 @@ in {
|
||||||
ExecStart = "${cfg.package}/bin/qbittorrent-nox";
|
ExecStart = "${cfg.package}/bin/qbittorrent-nox";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nginx.virtualhost."qbittorrent.sako.box" = {
|
||||||
|
proxyPass = "http://localhost:${toString cfg.port}";
|
||||||
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
QBT_PROFILE = cfg.dataDir;
|
QBT_PROFILE = cfg.dataDir;
|
||||||
QBT_WEBUI_PORT = toString cfg.port;
|
QBT_WEBUI_PORT = toString cfg.port;
|
||||||
|
|
Loading…
Reference in a new issue