fix(alex): uefi boot
This commit is contained in:
parent
254ae44e5a
commit
2e1ae757b8
2 changed files with 4 additions and 1 deletions
3
common/generic-uefi.nix
Normal file
3
common/generic-uefi.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
imports = [
|
||||
../../common/generic.nix
|
||||
../../common/generic-desktop.nix
|
||||
../../common/generic-grub.nix
|
||||
../../common/generic-uefi.nix
|
||||
./hardware-config.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue