diff --git a/hosts/dandelion/default.nix b/hosts/dandelion/default.nix index bb2c56c..de12750 100644 --- a/hosts/dandelion/default.nix +++ b/hosts/dandelion/default.nix @@ -21,7 +21,7 @@ boot = { loader.systemd-boot = { enable = true; - canTouchEfiVariables = true; + efi.canTouchEfiVariables = true; }; }; }