diff options
Diffstat (limited to 'system')
-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; } |