diff options
author | lassulus <lassulus@lassul.us> | 2021-12-11 11:30:58 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-12-11 11:30:58 +0100 |
commit | 5380a086275bf8aaa1611ac7e1fda3981c0422e6 (patch) | |
tree | 73d3cccf6c5a8982a61b9adea44f8a825466dabc /tv/2configs/hw/CAC.nix | |
parent | 6b59b7972a901dcbb3cb5c1aeac4616a5a94ba7b (diff) | |
parent | 250fef75330f6681e891044656d4a30b02109f69 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/hw/CAC.nix')
-rw-r--r-- | tv/2configs/hw/CAC.nix | 13 |
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 9ed18344a..000000000 --- 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; -} |