nixfiles/modules/default.nix
2021-03-13 16:10:13 +01:00

10 lines
92 B
Nix

{ ... }:
{
imports = [
./gre-tunnel
./nginx-port-forward
./monitoring
];
}