summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/common/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/common/configuration.nix b/nixos/common/configuration.nix
index 04880c5..5c3972b 100644
--- a/nixos/common/configuration.nix
+++ b/nixos/common/configuration.nix
@@ -52,7 +52,7 @@ in
];
openssh.authorizedKeys.keys = [
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDCeMXhkjm9CabbA/1xdtP9bvFEm8pVXPk66NmI9/VvQ sinan@veu"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAcCendbKbeoc7hYEEcBt9wwtSXrJUgJ2SuYARO0zPAX sinan@veu"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8LnyOuPmtKRqAZeHueNN4kfYvpRQVwCivSTq+SZvDU sinan@cez"
];
};