Hendrik Sokolowski
c196f5e44b
All checks were successful
continuous-integration/drone/push Build is passing
7 lines
100 B
Nix
7 lines
100 B
Nix
{ suites, ... }:
|
|
{
|
|
imports = [
|
|
./host-001-momo-koeln.nix
|
|
] ++ suites.host-001-momo-koeln;
|
|
}
|