Fix/reorganize profile variants
This commit is contained in:
parent
224f769324
commit
bc4676dec0
3 changed files with 22 additions and 23 deletions
|
@ -1,8 +1,15 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
"${builtins.fetchTarball "https://github.com/NixOS/nixos-hardware/archive/468a7a108108908c7a35d6549f1e1f0236a9448a.tar.gz"}/dell/g3/3779"
|
||||
<nixos-hardware/dell/g3/3779>
|
||||
];
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
|
||||
# UEFI works here, and variables can be touched
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = lib.mkDefault true;
|
||||
grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue