Fix for NixOS 20.03 deprecations
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M system/settings/hardware/systemd-boot.nix → system/settings/hardware/systemd-boot.nix
@@ -5,5 +5,5 @@ enable = true; editor = false; # Don't allow modification }; boot.loader.efi.canTouchEfiVariables = true; - boot.earlyVconsoleSetup = true; + console.earlySetup = true; }