nix/os/devices: add VM on pve-htz cluster

This commit is contained in:
steveej 2020-11-25 21:53:26 +01:00
parent 7cecd327f0
commit 619046f05a
7 changed files with 274 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ lib
, ...
}:
{
boot.loader.grub.efiSupport = lib.mkForce false;
boot.extraModulePackages = [ ];
}