summaryrefslogtreecommitdiff
path: root/modules/wg/default.nix
blob: c9de551bbe9f991b0e0bece917dfab7a88900b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:
{
  imports = [
    # module
    ./module.nix
    ./options.nix
    # networks
    ./mgmt.nix
    ./proxy.nix
  ];
}