This commit is contained in:
2023-07-07 09:21:00 +02:00
parent 08b84676a5
commit b563c17095
4 changed files with 19 additions and 110 deletions

4
os/system/boot.nix Normal file
View File

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