diff options
author | Alan Pearce | 2019-10-15 19:24:12 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-16 19:27:33 +0200 |
commit | f54cbbbdb371148f89a7551f93158f0c552326da (patch) | |
tree | 6179651ea595230f1ceb4607ebd370830ec00b6d | |
parent | 9402e73f827ae179184ea458b9f5404f79fe313b (diff) | |
download | nixfiles-f54cbbbdb371148f89a7551f93158f0c552326da.tar.lz nixfiles-f54cbbbdb371148f89a7551f93158f0c552326da.tar.zst nixfiles-f54cbbbdb371148f89a7551f93158f0c552326da.zip |
Fix X not starting on T470s
-rw-r--r-- | system/settings/hardware/systemd-boot.nix | 1 |
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; } |