os/hosts/pioneer-momo-koeln/default.nix

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

7 lines
98 B
Nix
Raw Normal View History

2023-04-26 19:22:25 +00:00
{ suites, ... }:
{
imports = [
./pioneer-momo-koeln.nix
] ++ suites.pioneer-momo-koeln;
}