diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-28 09:30:46 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-28 09:30:46 -0700 |
| commit | 936fdacc4845db393a03aa1479fc269e8718bd48 (patch) | |
| tree | 70c1db92296d270d8d85cd6e73c302d22f6380ee /hosts | |
| parent | 07d0638bcde16453c2b034c14bd6a62c2a75fa29 (diff) | |
copenhagen: add phoenix ssh key
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 198aa13..5a2416b 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -45,7 +45,10 @@ isNormalUser = true; hashedPasswordFile = "/secrets/passwords/c"; extraGroups = [ "wheel" "minecraft" ]; - openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDO8JxqS7B2n3YlNtlVMZGARi+GG/z7wLiiyl52qSZc caroline@larimo.re" ]; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDO8JxqS7B2n3YlNtlVMZGARi+GG/z7wLiiyl52qSZc caroline@larimo.re" # c-pc + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICGftQ5W8QMIVhgDijreliiMgIqwQvxwTkpMftJdQWu+ caroline@larimo.re" # phoenix + ]; }; }; |