os/hosts/host-001-momo-koeln/default.nix
Hendrik Sokolowski c196f5e44b
All checks were successful
continuous-integration/drone/push Build is passing
fix initrd modules and rename host
2023-04-11 21:40:48 +02:00

7 lines
100 B
Nix

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