fix: fix pve exporter configuration

This commit is contained in:
Xavier Morel
2025-11-19 22:32:54 +01:00
parent 08d95abb5a
commit aec2e5bf63
2 changed files with 13 additions and 1 deletions

View File

@@ -8,7 +8,10 @@
swap = 512;
};
system = {
additionalPorts = [ 9090 ];
additionalPorts = [
9090
9221
];
importConfig = [
../config/metrics-prometheus.nix
];