1
0
nixfiles/configuration/proxmox-vm/default.nix
2020-12-06 19:02:35 +01:00

6 lines
50 B
Nix

{ ... }:
{
services.qemuGuest.enable = true;
}