diff options
author | makefu <github@syntax-fehler.de> | 2016-06-13 16:22:51 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-06-13 16:22:51 +0200 |
commit | f256bbcb11565138e92266e97856438061b623a0 (patch) | |
tree | 7716c4caccd23adb8a3f9eae772ba5c3d892f38e /makefu/2configs/hw | |
parent | b9c0c46b4d0f9907f1b3fc96494be96abc60c8db (diff) |
cp tv/2/*CAC -> makefu/2/
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r-- | makefu/2configs/hw/CAC.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/makefu/2configs/hw/CAC.nix b/makefu/2configs/hw/CAC.nix new file mode 100644 index 000000000..9ed18344a --- /dev/null +++ b/makefu/2configs/hw/CAC.nix @@ -0,0 +1,13 @@ +_: +{ + boot.initrd.availableKernelModules = [ + "ata_piix" + "vmw_pvscsi" + ]; + boot.loader.grub.splashImage = null; + nix = { + daemonIONiceLevel = 1; + daemonNiceLevel = 1; + }; + sound.enable = false; +} |