c'est le bordel un peu
This commit is contained in:
16
hosts/vmgaming/proxmox.nix
Normal file
16
hosts/vmgaming/proxmox.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{modulesPath, ...}: {
|
||||
imports = [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
||||
services.qemuGuest.enable = true;
|
||||
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
devices = ["nodev"];
|
||||
};
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
}
|
||||
Reference in New Issue
Block a user