about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/system/boot.nix2
1 files changed, 1 insertions, 1 deletions
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;
     };