deployerbot: make vno3-rp3b optional again
This commit is contained in:
parent
b55f79ae38
commit
6f8dcf66fc
@ -605,7 +605,6 @@ in
|
||||
deployDerivations = [
|
||||
".#fwminex"
|
||||
".#fra1-b"
|
||||
".#vno3-rp3b"
|
||||
];
|
||||
deployIfPresent = [
|
||||
{
|
||||
@ -616,6 +615,10 @@ in
|
||||
derivationTarget = ".#vno1-gdrx";
|
||||
pingTarget = myData.hosts."vno1-gdrx.motiejus.jakst".jakstIP;
|
||||
}
|
||||
{
|
||||
derivationTarget = ".#vno3-rp3b";
|
||||
pingTarget = myData.hosts."vno3-rp3b.motiejus.jakst".jakstIP;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user