updaterbot: move all to deployer

This commit is contained in:
2023-07-30 05:49:54 +03:00
parent 9e0bd48a22
commit 9de5120cc3
6 changed files with 115 additions and 96 deletions

View File

@@ -63,11 +63,19 @@
};
services = {
updaterbot = {
enableMaster = true;
uidgid = myData.uidgid.updaterbot;
repo = "git@git.jakstys.lt:motiejus/config";
deployDerivations = [".#vno1-oh2"];
deployerbot = {
main = {
enable = true;
uidgid = myData.uidgid.updaterbot-deployer;
repo = "git@git.jakstys.lt:motiejus/config";
deployDerivations = [".#vno1-oh2"];
};
follower = {
enable = true;
uidgid = myData.uidgid.updaterbot-deployee;
publicKey = myData.hosts."vno1-oh2.servers.jakst".publicKey;
};
};
postfix = {