all repos — nixfiles @ f54cbbbdb371148f89a7551f93158f0c552326da

System and user configuration, managed by nix and home-manager

Fix X not starting on T470s
Alan Pearce alan@alanpearce.eu
Tue, 15 Oct 2019 19:24:12 +0200
commit

f54cbbbdb371148f89a7551f93158f0c552326da

parent

9402e73f827ae179184ea458b9f5404f79fe313b

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M system/settings/hardware/systemd-boot.nixsystem/settings/hardware/systemd-boot.nix
@@ -5,6 +5,5 @@ enable = true;     editor = false; # Don't allow modification
   };
   boot.loader.efi.canTouchEfiVariables = true;
-  boot.vesa = true;
   boot.earlyVconsoleSetup = true;
 }