diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-16 09:06:38 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-16 09:06:38 -0700 |
| commit | b99d15f29e4e6079a14b423efdfbd49b00eeb62b (patch) | |
| tree | 5c3590f5928ad482083b94259a88ecb3c53bfcf6 /systems/x86_64-linux | |
| parent | 1ef2c356993bc14e850698ad6bb3128d111f8259 (diff) | |
copenhagen: update ssh keys
Diffstat (limited to 'systems/x86_64-linux')
| -rw-r--r-- | systems/x86_64-linux/copenhagen/default.nix | 2 |
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" ]; |