Enable prometheus everywhere

This commit is contained in:
Greg Hellings
2025-11-19 22:43:10 -06:00
parent 1e2a17e56f
commit b8d3d11e06
+4
View File
@@ -175,6 +175,10 @@ in
enable = true; enable = true;
settings.X11Forwarding = true; settings.X11Forwarding = true;
}; };
prometheus.exporters.node = {
enable = true;
enabledCollectors = [ "ethtool" "logind" "mountstats" "systemd" "tcpstat" ];
};
}; };
security.sudo.extraRules = [ security.sudo.extraRules = [