Configuration for my NixOS based systems and Home Manager
at master 5 lines 144 B view raw
1{ ... }: { 2 # Use the systemd-boot EFI boot loader. 3 boot.loader.systemd-boot.enable = true; 4 boot.loader.efi.canTouchEfiVariables = true; 5}