summaryrefslogtreecommitdiffstats
path: root/2configs/hw/CAC.nix
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
commit50a1932db3411ae0cd5a6b5497842ba38bcba930 (patch)
tree3203e60ae1416ff52556da589771801545c3dcf8 /2configs/hw/CAC.nix
parent3c3bfadbf77fbf40ac74524179d08b769bea675d (diff)
cp tv/2/*CAC -> makefu/2/
Diffstat (limited to '2configs/hw/CAC.nix')
-rw-r--r--2configs/hw/CAC.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/2configs/hw/CAC.nix b/2configs/hw/CAC.nix
new file mode 100644
index 000000000..9ed18344a
--- /dev/null
+++ b/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;
+}