From 3386530619546c1f19c04ceda1218a8c35247a30 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 20 Oct 2024 04:01:43 -0500 Subject: [PATCH] feat: added alias option --- config/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.nix b/config/default.nix index fda9adc..cdbf890 100755 --- a/config/default.nix +++ b/config/default.nix @@ -77,6 +77,7 @@ in let name = stringType; sshKeys = listType; group = stringType; + alias = stringType; email = genOptions stringType "address"; paths = genOptions stringType "path"; };