dotfiles/nixos/modules/sysstat.nix
2024-10-06 15:25:05 -05:00

5 lines
51 B
Nix
Executable file

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