feat: wireguard test

This commit is contained in:
Nick 2025-07-01 04:11:32 -05:00
parent 30712af182
commit b85ddb710d
23 changed files with 309 additions and 510 deletions

View file

@ -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"