1
0
Fork 0

modules/monitoring: update nixos exporter package

This commit is contained in:
clerie 2023-01-18 17:09:52 +01:00
parent 5a387c3c23
commit 820a05b266
2 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1672682716,
"narHash": "sha256-JCoUwtUoIR6Xtdx0Cdo6q6MbwX4V2XuL6TL6+KV0Grk=",
"lastModified": 1673469143,
"narHash": "sha256-WjAOVocMcsRewz+xWPe0WX+N8nJI+ycflzK+bZLOCrw=",
"ref": "refs/heads/main",
"rev": "698f36518d9ddf1ac773fac0a2781d668bb44916",
"revCount": 3,
"rev": "c0cb8db954a458efe849a6e1926ec900ef3356ad",
"revCount": 10,
"type": "git",
"url": "https://git.clerie.de/clerie/nixos-exporter.git"
},

View File

@ -105,7 +105,7 @@ in
User = "nixos-exporter";
Group = "nixos-exporter";
ExecStart = ''
${pkgs.nixos-exporter}/bin/nixos-exporter --listen [::]:9152
${pkgs.nixos-exporter}/bin/nixos-exporter --listen [::]:9152 exporter
'';
};
};