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" ];