From ac21b816793f816f0c1b6a4e18708b65332474fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 30 Jul 2023 06:41:57 +0300 Subject: [PATCH] deploy on vno1-oh2 too --- hosts/hel1-a/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/hel1-a/configuration.nix b/hosts/hel1-a/configuration.nix index e5ddbf1..a7fc9a5 100644 --- a/hosts/hel1-a/configuration.nix +++ b/hosts/hel1-a/configuration.nix @@ -69,6 +69,13 @@ in { }; services = { + deployerbot = { + follower = { + enable = true; + uidgid = myData.uidgid.updaterbot-deployee; + publicKey = myData.hosts."vno1-oh2.servers.jakst".publicKey; + }; + }; postfix = { enable = true; saslPasswdPath = config.age.secrets.sasl-passwd.path;