From 590400c4c4926ec7cc20b4c027778b6a08a83055 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 18 Feb 2022 09:50:19 -0800 Subject: boot: fix the prefix --- hosts/common/system/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common') diff --git a/hosts/common/system/boot.nix b/hosts/common/system/boot.nix index 053b81d..75433eb 100644 --- a/hosts/common/system/boot.nix +++ b/hosts/common/system/boot.nix @@ -6,7 +6,7 @@ # Use the systemd-boot EFI boot loader. systemd-boot.enable = true; # Prohibits gaining root access by passing init=/bin/sh as a kernel parameter - boot.loader.systemd-boot.editor = false; + systemd-boot.editor = false; efi.canTouchEfiVariables = true; }; -- cgit 1.4.1