aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-04-16 09:06:38 -0700
committerCaroline Larimore <caroline@larimo.re>2025-04-16 09:06:38 -0700
commitb99d15f29e4e6079a14b423efdfbd49b00eeb62b (patch)
tree5c3590f5928ad482083b94259a88ecb3c53bfcf6
parent1ef2c356993bc14e850698ad6bb3128d111f8259 (diff)
copenhagen: update ssh keys
-rw-r--r--systems/x86_64-linux/copenhagen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix
index 0bf108d..a220f28 100644
--- a/systems/x86_64-linux/copenhagen/default.nix
+++ b/systems/x86_64-linux/copenhagen/default.nix
@@ -74,7 +74,7 @@ with lib; with lib.${namespace}; {
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDO8JxqS7B2n3YlNtlVMZGARi+GG/z7wLiiyl52qSZc caroline@larimo.re" # c-pc
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICGftQ5W8QMIVhgDijreliiMgIqwQvxwTkpMftJdQWu+ caroline@larimo.re" # phoenix
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICqMMrD6jbxzI07ox5NpJHHfqshsvz5KHR6GqVbpYIxr c@phone"
];
extraGroups = [ "minecraft" ];