add wg module

This commit is contained in:
Grigory Shipunov 2025-01-04 21:07:54 +00:00 committed by Grisha Shipunov
parent b28314ca95
commit 3572c93df4
7 changed files with 234 additions and 2 deletions

9
modules/wg/default.nix Normal file
View file

@ -0,0 +1,9 @@
{ ... }: {
imports = [
# module
./module.nix
./options.nix
# networks
./mgmt.nix
];
}