summaryrefslogtreecommitdiffstats
path: root/tv/2configs/hw/CAC.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-12-11 11:30:58 +0100
committerlassulus <lassulus@lassul.us>2021-12-11 11:30:58 +0100
commit5380a086275bf8aaa1611ac7e1fda3981c0422e6 (patch)
tree73d3cccf6c5a8982a61b9adea44f8a825466dabc /tv/2configs/hw/CAC.nix
parent6b59b7972a901dcbb3cb5c1aeac4616a5a94ba7b (diff)
parent250fef75330f6681e891044656d4a30b02109f69 (diff)
Merge remote-tracking branch 'ni/master'
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;
-}