darwin: update ssh key comment

This commit is contained in:
zowoq 2023-07-31 08:34:31 +10:00
parent e72543741f
commit 47ab2fadc7
3 changed files with 3 additions and 3 deletions
hosts
modules/darwin

View file

@ -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

View file

@ -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

View file

@ -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"
];