nix-infra/configuration/proxmox-vm/default.nix
2023-11-09 23:10:52 +01:00

9 lines
102 B
Nix

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