summaryrefslogtreecommitdiffstats
path: root/tv/2configs/hw/CAC.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/2configs/hw/CAC.nix')
-rw-r--r--tv/2configs/hw/CAC.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/tv/2configs/hw/CAC.nix b/tv/2configs/hw/CAC.nix
deleted file mode 100644
index 9ed18344..00000000
--- a/tv/2configs/hw/CAC.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-_:
-{
- boot.initrd.availableKernelModules = [
- "ata_piix"
- "vmw_pvscsi"
- ];
- boot.loader.grub.splashImage = null;
- nix = {
- daemonIONiceLevel = 1;
- daemonNiceLevel = 1;
- };
- sound.enable = false;
-}