mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: wireguard test
This commit is contained in:
parent
30712af182
commit
b85ddb710d
23 changed files with 309 additions and 510 deletions
|
@ -60,6 +60,7 @@ let
|
|||
domains = genOptions stringType "url";
|
||||
dns = genOptions stringType "provider";
|
||||
localhost = genOptions stringType "address";
|
||||
wireguard = genOptions stringType "interface";
|
||||
remotehost = genOptions stringType "address";
|
||||
email = genOptions stringType "address";
|
||||
sops = genOptions stringType "path";
|
||||
|
@ -87,6 +88,7 @@ let
|
|||
label = stringType;
|
||||
name = stringType;
|
||||
sync = genOptions stringType "address";
|
||||
wireguard = genOptions stringType "ip";
|
||||
}
|
||||
// genOptions mountConfig "folder"
|
||||
// genOptions mountConfig "samba"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue