From 08111e7a8abf30c9422d716b01c212917101bb1c Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 30 Apr 2026 10:08:57 -0500 Subject: [PATCH] chore: add ssh key to remote-builder config --- modules/nixos/remote-builder.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/remote-builder.nix b/modules/nixos/remote-builder.nix index 8bfab4d..a12207d 100644 --- a/modules/nixos/remote-builder.nix +++ b/modules/nixos/remote-builder.nix @@ -57,6 +57,7 @@ with lib; "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBLOqwbp4hFYkiJpokh9i2RToa/6tQcwthDNQH69tyBF root@vm-matrix.thehellings.lan" # Mac "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBT5BFHQz1I5k/zkLQNLjL77EaqfdpRiF2Ci4eS9LMDK gregory.hellings@jude.thehellings.lan" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVlMoN2pkKRRwKNuMbMczki5ybR34wvjdgDNlgR74Wh greg@gregs-MacBook-Pro-16-inch-Nov-2024" ]; homeMode = "500"; isNormalUser = true;