about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-18 09:50:19 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-18 09:50:19 -0800
commit590400c4c4926ec7cc20b4c027778b6a08a83055 (patch)
treedc07024b29139210c048bfe7664bc8147fe5f511
parentxserver: natural scrolling is part of touchpad. (diff)
downloadworld-590400c4c4926ec7cc20b4c027778b6a08a83055.tar.gz
boot: fix the prefix
-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;
     };