nix-infra/configuration/proxmox-vm/default.nix
2023-07-13 00:28:22 +02:00

9 lines
104 B
Nix

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