summary refs log tree commit diff stats
path: root/system/settings/hardware/systemd-boot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/systemd-boot.nix')
-rw-r--r--system/settings/hardware/systemd-boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/hardware/systemd-boot.nix b/system/settings/hardware/systemd-boot.nix
index a1a41f35..9793cf66 100644
--- a/system/settings/hardware/systemd-boot.nix
+++ b/system/settings/hardware/systemd-boot.nix
@@ -5,5 +5,5 @@
     editor = false; # Don't allow modification
   };
   boot.loader.efi.canTouchEfiVariables = true;
-  boot.earlyVconsoleSetup = true;
+  console.earlySetup = true;
 }