Fix stuff

This commit is contained in:
2024-03-20 22:31:01 +00:00
parent 3636840638
commit 27cb6291ed
4 changed files with 4 additions and 7 deletions

View File

@@ -24,6 +24,7 @@
in {
# Use the systemd-boot EFI boot loader.
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = lib.mkDefault true;
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
# nix flakes compatibility