summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw/CAC.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/hw/CAC.nix')
-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;
+}