Add chromecast support.
This commit is contained in:
parent
d365b6aea9
commit
938f8676ff
@ -54,6 +54,7 @@
|
||||
./roles/vscode
|
||||
./roles/wasm
|
||||
./roles/vnc_client
|
||||
./roles/chromecast
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
|
@ -22,7 +22,7 @@
|
||||
boot.kernelParams = [
|
||||
"amdgpu.abmlevel=3"
|
||||
"pcie_aspm=force"
|
||||
"pcie_aspm.policy=powersupersave"
|
||||
# "pcie_aspm.policy=powersupersave"
|
||||
"nowatchdog"
|
||||
# I don't see a measurable benefit from these two:
|
||||
# "cpufreq.default_governor=powersave"
|
||||
|
14
nix/configuration/roles/chromecast/default.nix
Normal file
14
nix/configuration/roles/chromecast/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [ ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
catt
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user