diff options
| author | Grigory Shipunov | 2025-01-04 21:07:54 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-11 03:40:22 +0100 |
| commit | 3572c93df4290811be0e558f66040d7be2ab6125 (patch) | |
| tree | e799271d4ea05b7a52047a46f59c79a2d4c5026b /modules/wg/default.nix | |
| parent | b28314ca953dec93337f37670d2532dfcb71cb68 (diff) | |
add wg module
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 + ]; +} |
