From be72a93c50cb273541bad821bf7a79f2765276d5 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 1 Sep 2025 13:08:50 -0700 Subject: [PATCH] hosts/app-01: add iPhone ssh key --- hosts/app-01/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/app-01/default.nix b/hosts/app-01/default.nix index 255a9de..978c828 100644 --- a/hosts/app-01/default.nix +++ b/hosts/app-01/default.nix @@ -57,5 +57,6 @@ base.userSSHKeys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM7okhAMUPfQQWlu2+627UwJNKqYUGVZhQScny8uutZL etorres@xenon" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIExID7De5qVOFAoe4o4+A0SkmVBKLxm1M75ngr3eAr4A etorres@erics-mac" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINQyyYYTekJE2/nqfvzFq1MGmu7F6NMSTd5wFEEjenlA etorres@iphone" ]; }