fix(alex): uefi boot

This commit is contained in:
Ashhhleyyy 2023-10-02 20:28:51 +01:00
parent 254ae44e5a
commit 2e1ae757b8
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 4 additions and 1 deletions

3
common/generic-uefi.nix Normal file
View file

@ -0,0 +1,3 @@
{ pkgs, ... }: {
boot.loader.systemd-boot.enable = true;
}

View file

@ -2,7 +2,7 @@
imports = [
../../common/generic.nix
../../common/generic-desktop.nix
../../common/generic-grub.nix
../../common/generic-uefi.nix
./hardware-config.nix
];