From b05ad3eb415b1deef011440d77c5539e7d1803c0 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 19 Nov 2024 23:59:43 -0600 Subject: [PATCH] Add remote builder for matrix --- 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 67ef6e5..62caad0 100644 --- a/modules/nixos/remote-builder.nix +++ b/modules/nixos/remote-builder.nix @@ -20,6 +20,7 @@ with lib; "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFXza2Pj05pdzGbiPDc/RF13nHhIZZ63u/WV/BS7bOjf root@genesis" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDTNTcHmNFB931L5vDAsdOkTc9wFyGpuTMdhc0VYLXME root@isaiah" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJc/EIBk7lRKBsJQ5Lindz0WIRNUE1z9xeUqhsRN9Pus root@jeremiah" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBLOqwbp4hFYkiJpokh9i2RToa/6tQcwthDNQH69tyBF root@vm-matrix.thehellings.lan" ]; homeMode = "500"; isNormalUser = true;