updated to efi boot
Check NixOS configurations / eval-hosts (push) Failing after 14m57s

This commit is contained in:
2026-07-18 07:52:30 +10:00
parent a3230128b2
commit d3ae41a031
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;
}