Add borg to allowed machines for remote builder

This commit is contained in:
Vili Sinervä 2025-07-28 22:59:26 +03:00
parent 86db12fd4c
commit bb3288a306
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -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
];
};