add wg module
This commit is contained in:
parent
b28314ca95
commit
3572c93df4
7 changed files with 234 additions and 2 deletions
9
modules/wg/default.nix
Normal file
9
modules/wg/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
# module
|
||||
./module.nix
|
||||
./options.nix
|
||||
# networks
|
||||
./mgmt.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue