nixos-hypervisor/systems/default.nix
2024-10-16 14:33:27 +02:00

7 lines
72 B
Nix

{ inputs, ... }:
{
imports = [
./microvm.nix
./lxc.nix
];
}