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

5 lines
49 B
Nix
Raw Normal View History

2024-11-20 05:46:39 +01:00
{ ... }:
{
services.qemuGuest.enable = true;
}