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;