diff options
-rw-r--r-- | odin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -530,6 +530,7 @@ | |||
530 | node = { | 530 | node = { |
531 | enable = true; | 531 | enable = true; |
532 | listenAddress = "localhost"; | 532 | listenAddress = "localhost"; |
533 | enabledCollectors = [ "logind" "systemd" "processes" ]; | ||
533 | }; | 534 | }; |
534 | }; | 535 | }; |
535 | globalConfig = { | 536 | globalConfig = { |