kill nginx on grafana so I can tailscale serve

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-12-29 11:06:53 -05:00
parent 04ce9ac45e
commit 08a501b793
2 changed files with 0 additions and 9 deletions

View File

@ -27,8 +27,6 @@
virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;
services.nginx.enable = true;
within.microcode = {
enable = true;
vendor = "intel";

View File

@ -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";