nix-config/nixos/modules/virtualisation/default.nix

6 lines
52 B
Nix

{
imports = [
./containers
./guest
];
}