Add qemu guest agent to all VMs

This commit is contained in:
2024-12-05 18:35:06 +01:00
parent b06aa943cc
commit 02ef7e861b
9 changed files with 66 additions and 28 deletions

View File

@@ -8,6 +8,7 @@
../template/hardware-configuration.nix
../../system
../../common/vm
];
nixpkgs.config.allowUnfree = true;
@@ -52,6 +53,8 @@
git
];
services.qemuGuest.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];