dotfiles/nixos/modules/core/sysStat/default.nix
2025-02-05 20:15:36 -06:00

5 lines
51 B
Nix
Executable file

{
services.sysstat = {
enable = true;
};
}