summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2019-10-15 19:24:12 +0200
committerAlan Pearce2019-10-16 19:27:33 +0200
commitf54cbbbdb371148f89a7551f93158f0c552326da (patch)
tree6179651ea595230f1ceb4607ebd370830ec00b6d /system
parent9402e73f827ae179184ea458b9f5404f79fe313b (diff)
downloadnixfiles-f54cbbbdb371148f89a7551f93158f0c552326da.tar.lz
nixfiles-f54cbbbdb371148f89a7551f93158f0c552326da.tar.zst
nixfiles-f54cbbbdb371148f89a7551f93158f0c552326da.zip
Fix X not starting on T470s
Diffstat (limited to 'system')
-rw-r--r--system/settings/hardware/systemd-boot.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/settings/hardware/systemd-boot.nix b/system/settings/hardware/systemd-boot.nix
index 80e79fdc..a1a41f35 100644
--- a/system/settings/hardware/systemd-boot.nix
+++ b/system/settings/hardware/systemd-boot.nix
@@ -5,6 +5,5 @@
     editor = false; # Don't allow modification
   };
   boot.loader.efi.canTouchEfiVariables = true;
-  boot.vesa = true;
   boot.earlyVconsoleSetup = true;
 }