forked from pub-solar/os
7 lines
100 B
Nix
7 lines
100 B
Nix
{ suites, ... }:
|
|
{
|
|
imports = [
|
|
./host_001_momo_koeln.nix
|
|
] ++ suites.host_001_momo_koeln;
|
|
}
|