nix/os/devices: add VM on pve-htz cluster
This commit is contained in:
parent
7cecd327f0
commit
619046f05a
7 changed files with 274 additions and 0 deletions
8
nix/os/devices/167.233.1.14/boot.nix
Normal file
8
nix/os/devices/167.233.1.14/boot.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ lib
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
boot.loader.grub.efiSupport = lib.mkForce false;
|
||||
boot.extraModulePackages = [ ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue