nix-infra/configuration/proxmox-vm/default.nix

5 lines
49 B
Nix
Raw Normal View History

2023-07-10 15:30:51 +02:00
{ ... }:
{
services.qemuGuest.enable = true;
}