nix-infra/configuration/proxmox-vm/default.nix
2023-07-10 15:30:51 +02:00

10 lines
105 B
Nix

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