nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

boot-systemd.nix (115B)


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