kill nginx on grafana so I can tailscale serve
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
04ce9ac45e
commit
08a501b793
|
@ -27,8 +27,6 @@
|
|||
virtualisation.docker.enable = true;
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
services.nginx.enable = true;
|
||||
|
||||
within.microcode = {
|
||||
enable = true;
|
||||
vendor = "intel";
|
||||
|
|
|
@ -12,13 +12,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."chrysalis.shark-harmonic.ts.net" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:${toString config.services.grafana.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
globalConfig.scrape_interval = "15s";
|
||||
|
|
Loading…
Reference in New Issue