vno1-rpb3: enable deployerbot follower

This commit is contained in:
Motiejus Jakštys 2023-08-16 20:06:09 +03:00
parent 3f4399017c
commit 4a393204e2

View File

@ -45,6 +45,14 @@
saslPasswdPath = config.age.secrets.sasl-passwd.path; 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 = [ friendlyport.vpn.ports = [
myData.ports.exporters.node myData.ports.exporters.node
]; ];