From bb3288a306617296fd90200c4e5fd048001ad6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Mon, 28 Jul 2025 22:59:26 +0300 Subject: [PATCH] Add borg to allowed machines for remote builder --- modules/services/nix-cache-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/nix-cache-server.nix b/modules/services/nix-cache-server.nix index 1d503e1..b6f9ffd 100644 --- a/modules/services/nix-cache-server.nix +++ b/modules/services/nix-cache-server.nix @@ -38,6 +38,7 @@ in keys = config.custom.sshKeys; in [ + keys.borg keys.cert-store keys.forgejo keys.gaming @@ -45,7 +46,6 @@ in keys.idacloud keys.lithium keys.nextcloud - keys.syncthing keys.vaultwarden ]; };