forest/common/generic-uefi.nix
2023-10-02 20:28:51 +01:00

3 lines
61 B
Nix

{ pkgs, ... }: {
boot.loader.systemd-boot.enable = true;
}