updated to efi boot

This commit is contained in:
2026-07-18 07:52:30 +10:00
parent 4822f0b290
commit 8932e52d72
6 changed files with 193 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
{ ... }:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}