boot-systemd.nix (115B)
1 { 2 boot = { 3 loader = { 4 systemd-boot.enable = true; 5 efi.canTouchEfiVariables = true; 6 }; 7 }; 8 }