nix-infra/configuration/proxmox-vm/default.nix
2024-11-20 05:46:39 +01:00

9 lines
102 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
];
services.qemuGuest.enable = true;
}