feat: updated alias to aliases

This commit is contained in:
Nick 2024-10-23 15:16:43 -05:00
parent bb8ccd989f
commit f24a280d4c

View file

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