os/hosts/host_001_momo_koeln/default.nix
Hendrik Sokolowski 0daf30fe09
All checks were successful
continuous-integration/drone/push Build is passing
add 001_momo_koeln
2023-03-07 00:48:42 +01:00

7 lines
100 B
Nix

{ suites, ... }:
{
imports = [
./host_001_momo_koeln.nix
] ++ suites.host_001_momo_koeln;
}