dotfiles/modules/nixos/core/sysStat/default.nix

5 lines
51 B
Nix
Executable file

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