infrastructure/config/modules/meta/default.nix
2021-08-18 02:25:15 +01:00

9 lines
86 B
Nix

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