summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-06-13 16:22:51 +0200
committermakefu <github@syntax-fehler.de>2016-06-13 16:22:51 +0200
commitf256bbcb11565138e92266e97856438061b623a0 (patch)
tree7716c4caccd23adb8a3f9eae772ba5c3d892f38e /makefu/2configs/hw
parentb9c0c46b4d0f9907f1b3fc96494be96abc60c8db (diff)
cp tv/2/*CAC -> makefu/2/
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r--makefu/2configs/hw/CAC.nix13
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 00000000..9ed18344
--- /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;
+}