dotfiles/modules/nixos/core/sysStat/default.nix
2025-03-29 23:08:26 -05:00

5 lines
51 B
Nix
Executable file

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