1
0
Fork 0
forked from fi/nix-infra
fi-nix-infra/configuration/proxmox-vm/default.nix
2023-11-09 23:10:52 +01:00

8 lines
102 B
Nix

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