From e9a7753e88500527434bea6b1a1e5647999655d6 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 9 Feb 2026 23:39:44 +0100 Subject: [PATCH] feat(hosts/server): adding the new mac ssh-key --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 2c86545..7a2cf95 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -7,7 +7,7 @@ }: let - sshKeyMac = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbHk7YasSMK5FBCArKLeqIoaGXsN+WlgVquObyC5Zec raphael@MacBook-Pro-de-raphael.local"; + sshKeyMac = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIML4yVz1fhccwaTL0iHixkNkU5zUWU1rsit9u2TIIa5r raphael@raphaels-MacBook-Pro.local"; in { imports = [