darwin: update ssh key comment
This commit is contained in:
parent
e72543741f
commit
47ab2fadc7
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
system.stateVersion = 4;
|
||||
|
||||
# TODO: refactor this to share /users with nixos
|
||||
# keys are copied, not symlinked
|
||||
# if user is removed the keys need to be removed manually from /etc/ssh/authorized_keys.d
|
||||
users.users.hetzner.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOG/9rsFqC2tg+W5YZxthW5xhUJEfZ8ShqkRtVe+A6+u" # hercules-ssh-deploy
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbBp2dH2X3dcU1zh+xW3ZsdYROKpJd3n13ssOP092qE" # mic92
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
system.stateVersion = 4;
|
||||
|
||||
# TODO: refactor this to share /users with nixos
|
||||
# keys are copied, not symlinked
|
||||
# if user is removed the keys need to be removed manually from /etc/ssh/authorized_keys.d
|
||||
users.users.hetzner.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOG/9rsFqC2tg+W5YZxthW5xhUJEfZ8ShqkRtVe+A6+u" # hercules-ssh-deploy
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbBp2dH2X3dcU1zh+xW3ZsdYROKpJd3n13ssOP092qE" # mic92
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
createHome = true;
|
||||
shell = "/bin/zsh";
|
||||
description = "User for remote build clients";
|
||||
# keys are copied, not symlinked
|
||||
# if user is removed the keys need to be removed manually from /etc/ssh/authorized_keys.d
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEmdo1x1QkRepZf7nSe+OdEWX+wOjkBLF70vX9F+xf68 builder"
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue