Skip to content

Commit

Permalink
make deploy normal user
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Nov 25, 2023
1 parent 4b82ba4 commit afec398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/deploy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
uid = 1001;
description = "Deployment User";
shell = pkgs.zsh;
isSystemUser = true;
isNormalUser = true;
openssh.authorizedKeys.keys = [
# deploy
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIl8SUvg7bNgODg9JgfFYLAu1yDF6q2gQDeeEqvDHqsG"
Expand Down

0 comments on commit afec398

Please sign in to comment.