base: Fix renamed option

This commit is contained in:
PapaTutuWawa 2023-04-15 19:09:57 +02:00
parent c252c831b5
commit a193b02ce0

View File

@ -282,7 +282,7 @@ in {
}; };
boot = { boot = {
cleanTmpDir = true; tmp.cleanOnBoot = true;
loader = { loader = {
systemd-boot.enable = true; systemd-boot.enable = true;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;