os/hosts/dumpyourvms/default.nix

10 lines
109 B
Nix

{ ... }:
{
imports = [
./dumpyourvms.nix
./hardware-configuration.nix
./networking.nix
];
}