Skip to content

Commit

Permalink
change boot loader to lib.mkDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 11, 2024
1 parent 4a6ee3d commit 00ae736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
networking.wireless.enable = false;

boot.loader.systemd-boot.enable = lib.mkDefault true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;

# # Use the GRUB 2 boot loader.
# boot.loader.grub.enable = true;
Expand Down

0 comments on commit 00ae736

Please sign in to comment.