summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index fc6e67cc..74a5591c 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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 = {