Update and fix grafana

This commit is contained in:
2022-12-06 19:56:35 +00:00
parent 40718b99c4
commit 8436f6362a
2 changed files with 7 additions and 6 deletions

12
flake.lock generated
View File

@@ -43,11 +43,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1668716823, "lastModified": 1670280307,
"narHash": "sha256-e6d2SIIiJOvTzItUbp+GJVhPD6AzSm823XAyPvPlpvo=", "narHash": "sha256-3x+0whP1nCz5adQMIsBA3L9fI/ABOpRUJdbw0AmxBnU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "fe85cc4c37d5f37104e349c5553029417e3833d1", "rev": "2af0d07678fc15612345e0dd55337550dcf6465f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -81,11 +81,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1668596599, "lastModified": 1670242877,
"narHash": "sha256-rhHyZTGI31/OfgYa9xF49UTchDXTI94pEsSNa0fOkpk=", "narHash": "sha256-jBLh7dRHnbfvPPA9znOC6oQfKrCPJ0El8Zoe0BqnCjQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b457130e8a21608675ddf12c7d85227b22a27112", "rev": "6e51c97f1c849efdfd4f3b78a4870e6aa2da4198",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -6,6 +6,7 @@
}: { }: {
services.grafana = { services.grafana = {
enable = true; enable = true;
settings = {};
}; };
services.prometheus = { services.prometheus = {