os/hosts/host_001_momo_koeln/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
100 B
Nix
Raw Normal View History

2023-03-06 23:48:42 +00:00
{ suites, ... }:
{
imports = [
./host_001_momo_koeln.nix
] ++ suites.host_001_momo_koeln;
}