diff options
author | Alan Pearce | 2019-09-30 14:58:24 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-30 14:58:24 +0200 |
commit | 90d721bbb85fae19d78e63fcd02579c38e06578a (patch) | |
tree | bb869667adde7bb9642b99c6f59f794fbf701d42 /modules | |
parent | 9ea88e60616776e5b9c8193e479af6924303b586 (diff) | |
download | nixos-configuration-90d721bbb85fae19d78e63fcd02579c38e06578a.tar.lz nixos-configuration-90d721bbb85fae19d78e63fcd02579c38e06578a.tar.zst nixos-configuration-90d721bbb85fae19d78e63fcd02579c38e06578a.zip |
T470s: don't force as manu graphical settings
Diffstat (limited to 'modules')
-rw-r--r-- | modules/machines/t470s.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/machines/t470s.nix b/modules/machines/t470s.nix index 54e44a0..b03a53e 100644 --- a/modules/machines/t470s.nix +++ b/modules/machines/t470s.nix @@ -24,8 +24,7 @@ boot.kernelParams = [ "i915.enable_guc=2" - "i915.enable_fbc=1" - "i915.enable_psr=2" + "i915.enable_psr=1" ]; boot.postBootCommands = '' |