infrastructure/config/modules/meta/default.nix
2021-07-06 01:00:41 +01:00

8 lines
68 B
Nix

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