From 635429ce9bd30ec68b54484bc6c1c643f870249b Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 24 Sep 2024 15:07:40 +0200 Subject: [PATCH] odin: Run sysstat every minute --- machines/odin/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/machines/odin/configuration.nix b/machines/odin/configuration.nix index 57bd299..ad378c7 100644 --- a/machines/odin/configuration.nix +++ b/machines/odin/configuration.nix @@ -141,7 +141,10 @@ openFirewall = true; }; - sysstat.enable = true; + sysstat = { + enable = true; + collect-frequency = "*:*:0"; + }; }; environment.systemPackages = with pkgs; [