From f24a280d4c1ba296241151a9ae272a8473193e42 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 23 Oct 2024 15:16:43 -0500 Subject: [PATCH] feat: updated alias to aliases --- config/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };