odin: Run sysstat every minute
This commit is contained in:
parent
346d369507
commit
635429ce9b
1 changed files with 4 additions and 1 deletions
|
@ -141,7 +141,10 @@
|
|||
openFirewall = true;
|
||||
};
|
||||
|
||||
sysstat.enable = true;
|
||||
sysstat = {
|
||||
enable = true;
|
||||
collect-frequency = "*:*:0";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue