infrastructure/nixos/common/generic-vm.nix

7 lines
101 B
Nix
Raw Normal View History

2023-05-04 13:06:08 +02:00
_: {
2023-01-07 12:52:42 +01:00
networking.useDHCP = true;
2021-10-13 18:17:45 +02:00
# Enable qemu guest agent
services.qemuGuest.enable = true;
}