From ad4b615211056ef6d19c2e4faa0e14df834ab831 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 14 Nov 2024 12:21:13 +0100 Subject: [PATCH] Collect statistics from logged users MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné --- m/hut/monitoring.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/hut/monitoring.nix b/m/hut/monitoring.nix index ad0e07a..ec782cd 100644 --- a/m/hut/monitoring.nix +++ b/m/hut/monitoring.nix @@ -76,7 +76,7 @@ }; node = { enable = true; - enabledCollectors = [ "systemd" ]; + enabledCollectors = [ "systemd" "logind" ]; port = 9002; listenAddress = "127.0.0.1"; };