🚨 cleanup grafana config changes

This commit is contained in:
James Walker 2022-10-24 16:23:09 -04:00
parent 1b79e8f003
commit f72e15afa7
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 16 additions and 12 deletions

View File

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1666519227,
"narHash": "sha256-z74lSCJE5BzxCeE2r9FU4tvHkQXQyz70zmJ3coLP10w=",
"lastModified": 1666614183,
"narHash": "sha256-R5+bCtUquwSfQmRBbCYc6FT6xtCaAebh0KE187e8458=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "8be7f197120739b3ec15f994bdc48116726c6159",
"rev": "0f90e1c34caedd0bf765ebe47b92dd1ceffafcc8",
"type": "github"
},
"original": {
@ -110,11 +110,11 @@
"utils": "utils_2"
},
"locked": {
"lastModified": 1666463764,
"narHash": "sha256-NmayV9S0s7CgNEA2QbIxDU0VCIiX6bIHu8PCQPnYHDM=",
"lastModified": 1666558342,
"narHash": "sha256-qiH0Zgig28yaSyebehrrYiX1y53Y/xFcQW+EFMRSVI0=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "69d19b9839638fc487b370e0600a03577a559081",
"rev": "186d9399f9eb64fb06ea4385732c1cf1624ae2b6",
"type": "github"
},
"original": {
@ -189,11 +189,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1666424192,
"narHash": "sha256-rb/a7Kg9s31jqkvdOQHFrUc5ig5kB+O2ZKB8mjU2kW8=",
"lastModified": 1666603677,
"narHash": "sha256-apAEIj+z1iwMaMJ4tB21r/VTetfGDLDzuhXRHJknIAU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4f8287f3d597c73b0d706cfad028c2d51821f64d",
"rev": "074da18a72269cc5a6cf444dce42daea5649b2fe",
"type": "github"
},
"original": {

View File

@ -164,9 +164,13 @@
};
grafana = {
enable = true;
settings = {
server = {
domain = "plato.walkah.lab";
port = 2342;
addr = "0.0.0.0";
http_port = 2342;
http_addr = "0.0.0.0";
};
};
};
prometheus = {
enable = true;