feat: based just balance command

This commit is contained in:
Nick 2025-11-21 03:17:14 -06:00
parent 367b3f9338
commit 81f72f5d9d
3 changed files with 8 additions and 6 deletions

View file

@ -106,6 +106,7 @@ let
ip = genOptions stringType "address";
label = stringType;
name = stringType;
short = stringType;
sync = genOptions stringType "address";
wireguard = genOptions stringType "ip";
}

View file

@ -6,6 +6,7 @@ let
in
{
name = "lamdagibson";
short = "lamda";
ip = {
address0 = lamdagibsonIP;
};