From 4a393204e2184559f1053aef3aa1a40cd8de2678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 16 Aug 2023 20:06:09 +0300 Subject: [PATCH] vno1-rpb3: enable deployerbot follower --- hosts/vno1-rp3b/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/vno1-rp3b/configuration.nix b/hosts/vno1-rp3b/configuration.nix index e4f97ab..6de2e05 100644 --- a/hosts/vno1-rp3b/configuration.nix +++ b/hosts/vno1-rp3b/configuration.nix @@ -45,6 +45,14 @@ saslPasswdPath = config.age.secrets.sasl-passwd.path; }; + deployerbot = { + follower = { + enable = true; + uidgid = myData.uidgid.updaterbot-deployee; + publicKey = myData.hosts."vno1-oh2.servers.jakst".publicKey; + }; + }; + friendlyport.vpn.ports = [ myData.ports.exporters.node ];