stockholm/makefu/2configs/hw/CAC.nix
2016-06-13 16:22:51 +02:00

14 lines
215 B
Nix

_:
{
boot.initrd.availableKernelModules = [
"ata_piix"
"vmw_pvscsi"
];
boot.loader.grub.splashImage = null;
nix = {
daemonIONiceLevel = 1;
daemonNiceLevel = 1;
};
sound.enable = false;
}