summaryrefslogtreecommitdiffstats
path: root/tv/2configs/hw/CAC.nix
blob: 9ed18344a70b6c58319ad99c169e49b735a2d6e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
_:
{
  boot.initrd.availableKernelModules = [
    "ata_piix"
    "vmw_pvscsi"
  ];
  boot.loader.grub.splashImage = null;
  nix = {
    daemonIONiceLevel = 1;
    daemonNiceLevel = 1;
  };
  sound.enable = false;
}