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

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

8 lines
108 B
Nix
Raw Normal View History

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