This commit is contained in:
2025-09-01 08:57:26 -06:00
parent 368f5d9f46
commit 03a49beb1f
4 changed files with 10 additions and 34 deletions

8
system/defaults/boot.nix Normal file
View File

@@ -0,0 +1,8 @@
{config, pkgs, ...}:
{
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
}