diff --git a/config/default.nix b/config/default.nix index cdbf890..5de7ec5 100755 --- a/config/default.nix +++ b/config/default.nix @@ -77,7 +77,7 @@ in let name = stringType; sshKeys = listType; group = stringType; - alias = stringType; + aliases = genOptions stringType "name"; email = genOptions stringType "address"; paths = genOptions stringType "path"; };