summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-30 14:58:24 +0200
committerAlan Pearce2019-09-30 14:58:24 +0200
commit90d721bbb85fae19d78e63fcd02579c38e06578a (patch)
treebb869667adde7bb9642b99c6f59f794fbf701d42
parent9ea88e60616776e5b9c8193e479af6924303b586 (diff)
downloadnixos-configuration-90d721bbb85fae19d78e63fcd02579c38e06578a.tar.lz
nixos-configuration-90d721bbb85fae19d78e63fcd02579c38e06578a.tar.zst
nixos-configuration-90d721bbb85fae19d78e63fcd02579c38e06578a.zip
T470s: don't force as manu graphical settings
-rw-r--r--modules/machines/t470s.nix3
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 = ''