deployerbot: move from vno1-oh2 to fwminex

This commit is contained in:
Motiejus Jakštys 2024-07-28 22:35:34 +03:00
parent 38311119f9
commit 1947ed9ba5
2 changed files with 24 additions and 24 deletions

View File

@ -101,6 +101,30 @@ in {
}; };
deployerbot = { deployerbot = {
main = {
enable = true;
uidgid = myData.uidgid.updaterbot-deployer;
repo = "git@git.jakstys.lt:motiejus/config";
deployDerivations = [
".#vno1-oh2"
".#fra1-a"
];
deployIfPresent = [
{
derivationTarget = ".#fwminex";
pingTarget = myData.hosts."fwminex.motiejus.jakst".jakstIP;
}
{
derivationTarget = ".#mtworx";
pingTarget = myData.hosts."mtworx.motiejus.jakst".jakstIP;
}
{
derivationTarget = ".#vno3-rp3b";
pingTarget = myData.hosts."vno3-rp3b.servers.jakst".jakstIP;
}
];
};
follower = { follower = {
publicKeys = [ publicKeys = [
myData.hosts."vno1-oh2.servers.jakst".publicKey myData.hosts."vno1-oh2.servers.jakst".publicKey

View File

@ -197,30 +197,6 @@
}; };
deployerbot = { deployerbot = {
main = {
enable = true;
uidgid = myData.uidgid.updaterbot-deployer;
repo = "git@git.jakstys.lt:motiejus/config";
deployDerivations = [
".#vno1-oh2"
".#fra1-a"
];
deployIfPresent = [
{
derivationTarget = ".#fwminex";
pingTarget = myData.hosts."fwminex.motiejus.jakst".jakstIP;
}
{
derivationTarget = ".#mtworx";
pingTarget = myData.hosts."mtworx.motiejus.jakst".jakstIP;
}
{
derivationTarget = ".#vno3-rp3b";
pingTarget = myData.hosts."vno3-rp3b.servers.jakst".jakstIP;
}
];
};
follower = { follower = {
publicKeys = [ publicKeys = [
myData.hosts."vno1-oh2.servers.jakst".publicKey myData.hosts."vno1-oh2.servers.jakst".publicKey