diff --git a/flake.lock b/flake.lock index 67613c3..e2a684c 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/hosts/plato/configuration.nix b/hosts/plato/configuration.nix index 82ea4f5..c102eb0 100644 --- a/hosts/plato/configuration.nix +++ b/hosts/plato/configuration.nix @@ -164,9 +164,13 @@ }; grafana = { enable = true; - domain = "plato.walkah.lab"; - port = 2342; - addr = "0.0.0.0"; + settings = { + server = { + domain = "plato.walkah.lab"; + http_port = 2342; + http_addr = "0.0.0.0"; + }; + }; }; prometheus = { enable = true;