dotfiles/nixos/modules/sysstat.nix

6 lines
51 B
Nix
Raw Normal View History

2024-10-06 15:25:05 -05:00
{
services.sysstat = {
enable = true;
};
}