passing all tests for all systems
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user