fix: issue with dandelion, really this time?

This commit is contained in:
Ahwx 2025-03-20 14:38:20 +01:00
parent 6cc6a3b6c0
commit d52c3c9da2

View file

@ -19,8 +19,8 @@
]; ];
boot = { boot = {
loader.systemd-boot = { loader = {
enable = true; systemd-boot.enable = true;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
}; };