From 6cc6a3b6c0cc0bca96e7b33e7f7d571f955ae917 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 20 Mar 2025 14:34:53 +0100 Subject: [PATCH] fix: adds `efi` prefix so that nix can build :p --- hosts/dandelion/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }; }