diff options
| author | seth <[email protected]> | 2023-03-06 10:31:28 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-06 10:31:28 -0500 |
| commit | dfaddb0b3012bd1c8c0d447f70f180999fe3b07c (patch) | |
| tree | 4b2c8b3bd731dc2293755e8cf8d7385fa17cd423 | |
| parent | d3f17a2c6f61f1ca855bf8b44f98bca324ef4876 (diff) | |
set LIBVA_DRIVER_NAME for glados
| -rw-r--r-- | hosts/glados/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index 82e6f98..0b6d7c5 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -9,6 +9,10 @@ _: { ./services.nix ]; + environment.etc."environment".text = '' + LIBVA_DRIVER_NAME=vdpau + ''; + powerManagement.cpuFreqGovernor = "ondemand"; security.tpm2 = { |
