From 336166d22ddc0b88bb02b5bde9c7bef68e62e940 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:56:54 -0500 Subject: [PATCH] fix --- modules/hosts/john-p14s/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/john-p14s/hardware.nix b/modules/hosts/john-p14s/hardware.nix index 277cea7..d158589 100644 --- a/modules/hosts/john-p14s/hardware.nix +++ b/modules/hosts/john-p14s/hardware.nix @@ -7,7 +7,7 @@ boot = { loader = { systemd-boot.enable = true; - canTouchEfiVariables = true; + efi.canTouchEfiVariables = true; }; initrd = { availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "usbhid" "sd_mod" ];