summary refs log tree commit diff stats
path: root/system/settings/hardware/systemd-boot.nix
diff options
context:
space:
mode:
authorAlan Pearce2020-04-22 13:35:59 +0200
committerAlan Pearce2020-04-22 13:35:59 +0200
commit849c28764a6873e7da7603184101b49683f63a87 (patch)
tree2d7df6000ad6b42c4fab11fefa0fbd960eeb7e31 /system/settings/hardware/systemd-boot.nix
parentc16f93fb5191de796835b3c1b5ae810ecf93a414 (diff)
downloadnixfiles-849c28764a6873e7da7603184101b49683f63a87.tar.lz
nixfiles-849c28764a6873e7da7603184101b49683f63a87.tar.zst
nixfiles-849c28764a6873e7da7603184101b49683f63a87.zip
Fix for NixOS 20.03 deprecations
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;
 }