diff options
Diffstat (limited to 'nix/hosts/lampadas/configuration.nix')
-rw-r--r-- | nix/hosts/lampadas/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/hosts/lampadas/configuration.nix b/nix/hosts/lampadas/configuration.nix index eb9f2ba..8db166d 100644 --- a/nix/hosts/lampadas/configuration.nix +++ b/nix/hosts/lampadas/configuration.nix @@ -126,9 +126,9 @@ in { # metric exporters prometheus.exporters = { - node.enable = true; - systemd.enable = true; - smartctl.enable = true; + node.enable = true; # port 9100 + systemd.enable = true; # port 9558 + smartctl.enable = true; # port 9633 }; # shares |