feat: added alias option

This commit is contained in:
Nick 2024-10-20 04:01:43 -05:00
parent fa753b9d14
commit 3386530619

View file

@ -77,6 +77,7 @@ in let
name = stringType;
sshKeys = listType;
group = stringType;
alias = stringType;
email = genOptions stringType "address";
paths = genOptions stringType "path";
};