mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: based just balance command
This commit is contained in:
parent
367b3f9338
commit
81f72f5d9d
3 changed files with 8 additions and 6 deletions
|
|
@ -106,6 +106,7 @@ let
|
|||
ip = genOptions stringType "address";
|
||||
label = stringType;
|
||||
name = stringType;
|
||||
short = stringType;
|
||||
sync = genOptions stringType "address";
|
||||
wireguard = genOptions stringType "ip";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ let
|
|||
in
|
||||
{
|
||||
name = "lamdagibson";
|
||||
short = "lamda";
|
||||
ip = {
|
||||
address0 = lamdagibsonIP;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue