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

9 lines
104 B
Nix
Raw Normal View History

2023-07-10 15:30:51 +02:00
{ ... }:
{
imports = [
./hardware-configuration.nix
];
services.qemuGuest.enable = true;
}