Add qemu guest agent
This commit is contained in:
parent
7f4ce9b1e9
commit
82887a871a
5
configuration/proxmox-vm/default.nix
Normal file
5
configuration/proxmox-vm/default.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
|
}
|
@ -5,6 +5,7 @@
|
|||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../configuration/common
|
../../configuration/common
|
||||||
|
../../configuration/proxmox-vm
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user