infrastructure/depot/modules/meta/default.nix
2021-08-09 02:41:43 +01:00

8 lines
68 B
Nix

{ ... }:
{
imports = [
./deploy.nix
./network.nix
];
}