From afec39835e2fa0819d5abccc21623aee35adfcad Mon Sep 17 00:00:00 2001 From: Thilo Billerbeck Date: Sat, 25 Nov 2023 01:19:07 +0100 Subject: [PATCH] make deploy normal user --- users/deploy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/deploy.nix b/users/deploy.nix index f506cfd..73b058e 100644 --- a/users/deploy.nix +++ b/users/deploy.nix @@ -6,7 +6,7 @@ uid = 1001; description = "Deployment User"; shell = pkgs.zsh; - isSystemUser = true; + isNormalUser = true; openssh.authorizedKeys.keys = [ # deploy "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIl8SUvg7bNgODg9JgfFYLAu1yDF6q2gQDeeEqvDHqsG"