diff options
Diffstat (limited to 'modules/wg/default.nix')
| -rw-r--r-- | modules/wg/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/wg/default.nix b/modules/wg/default.nix new file mode 100644 index 0000000..cab721b --- /dev/null +++ b/modules/wg/default.nix @@ -0,0 +1,9 @@ +{ ... }: { + imports = [ + # module + ./module.nix + ./options.nix + # networks + ./mgmt.nix + ]; +} |
