nix/os/devices: init router-wan-host
This commit is contained in:
parent
05cb97c929
commit
8358d55177
7 changed files with 244 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
{ lib
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
boot.loader.grub.efiSupport = true;
|
||||
boot.loader.grub.efiInstallAsRemovable = lib.mkForce true;
|
||||
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
|
||||
boot.extraModulePackages = [ ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue