hosts/itsuki: delete nginx in place of tailscale serve
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
5fcd164ef3
commit
3cd8d0e454
|
@ -50,23 +50,6 @@
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
services.nginx = {
|
|
||||||
enable = true;
|
|
||||||
virtualHosts."itsuki.shark-harmonic.ts.net" = {
|
|
||||||
forceSSL = true;
|
|
||||||
locations."/" = {
|
|
||||||
proxyPass = "http://127.0.0.1:32400";
|
|
||||||
proxyWebsockets = true;
|
|
||||||
};
|
|
||||||
locations."/transmission" = {
|
|
||||||
proxyPass = "http://127.0.0.1:9091";
|
|
||||||
proxyWebsockets = true;
|
|
||||||
};
|
|
||||||
sslCertificate = "/srv/within/certs/itsuki.shark-harmonic.ts.net.crt";
|
|
||||||
sslCertificateKey = "/srv/within/certs/itsuki.shark-harmonic.ts.net.key";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
within.users.enableSystem = true;
|
within.users.enableSystem = true;
|
||||||
|
|
||||||
home-manager.users.cadey = { ... }: {
|
home-manager.users.cadey = { ... }: {
|
||||||
|
|
Loading…
Reference in New Issue