From 849c28764a6873e7da7603184101b49683f63a87 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 22 Apr 2020 13:35:59 +0200 Subject: Fix for NixOS 20.03 deprecations --- system/settings/hardware/systemd-boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/settings/hardware/systemd-boot.nix') 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; } -- cgit 1.4.1