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

7 lines
98 B
Nix

{ suites, ... }:
{
imports = [
./pioneer-momo-koeln.nix
] ++ suites.pioneer-momo-koeln;
}