os/hosts/harrison/default.nix
2023-10-06 00:00:29 +02:00

7 lines
78 B
Nix

{ suites, ... }:
{
imports = [
./harrison.nix
] ++ suites.harrison;
}