Add anubis to nekomesh host

This commit is contained in:
fi 2025-11-02 22:20:31 +01:00
commit 475134a847
6 changed files with 17 additions and 4 deletions

View file

@ -18,7 +18,7 @@
}
];
locations."/" = {
proxyPass = "http://${config.services.grafana.settings.server.http_addr}:${builtins.toString config.services.grafana.settings.server.http_port}";
proxyPass = "http://unix:/run/anubis/anubis-nekomesh.sock";
proxyWebsockets = true;
};
};