fix: adds efi prefix so that nix can build :p

This commit is contained in:
Ahwx 2025-03-20 14:34:53 +01:00
parent d21ace82b0
commit 6cc6a3b6c0

View file

@ -21,7 +21,7 @@
boot = {
loader.systemd-boot = {
enable = true;
canTouchEfiVariables = true;
efi.canTouchEfiVariables = true;
};
};
}