7 lines
100 B
Nix
7 lines
100 B
Nix
|
{ suites, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./host-001-momo-koeln.nix
|
||
|
] ++ suites.host-001-momo-koeln;
|
||
|
}
|