passing all tests for all systems

This commit is contained in:
Anish Lakhwara
2022-12-07 02:01:17 +10:00
parent 07b611690e
commit 4f2bb9479e
18 changed files with 142 additions and 97 deletions
+6 -4
View File
@@ -2,9 +2,11 @@
# grafana configuration
services.grafana = {
enable = true;
domain = "stats.mossnet.lan";
port = 2342;
addr = "127.0.0.1";
settings.server = {
domain = "stats.mossnet.lan";
http_port = 2342;
http_addr = "127.0.0.1";
};
};
# nginx reverse proxy
@@ -26,7 +28,7 @@
port = 9002;
};
dnsmasq = {
enable = true;
enable = false;
port = 9153;
};
};