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 Permalink Normal View History

2023-04-11 21:40:48 +02:00
{ suites, ... }:
{
imports = [
./host-001-momo-koeln.nix
] ++ suites.host-001-momo-koeln;
}