diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:50:19 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:50:19 -0800 |
commit | 590400c4c4926ec7cc20b4c027778b6a08a83055 (patch) | |
tree | dc07024b29139210c048bfe7664bc8147fe5f511 /hosts/common | |
parent | xserver: natural scrolling is part of touchpad. (diff) | |
download | world-590400c4c4926ec7cc20b4c027778b6a08a83055.tar.gz |
boot: fix the prefix
Diffstat (limited to '')
-rw-r--r-- | hosts/common/system/boot.nix | 2 |
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; }; |