From fee818708caf19e258350b59e5ad478fcb3f498e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 5 Aug 2024 19:00:52 +0300 Subject: [PATCH] fra1-b: add vno1-gdrx to allowed builders --- hosts/fra1-b/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fra1-b/configuration.nix b/hosts/fra1-b/configuration.nix index 637588d..ef6b957 100644 --- a/hosts/fra1-b/configuration.nix +++ b/hosts/fra1-b/configuration.nix @@ -72,6 +72,7 @@ in uidgid = myData.uidgid.remote-builder; sshAllowSubnet = myData.subnets.tailscale.sshPattern; publicKeys = map (h: myData.hosts.${h}.publicKey) [ + "vno1-gdrx.servers.jakst" "fwminex.servers.jakst" "mtworx.motiejus.jakst" ];