deployerbot: use vpn for actual deploying anyway

This commit is contained in:
2023-09-20 14:43:04 +03:00
parent dba036a102
commit 21e96199bb
3 changed files with 5 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ in {
enable = true;
uidgid = myData.uidgid.updaterbot-deployee;
publicKey = myData.hosts."vno1-oh2.servers.jakst".publicKey;
sshAllowSubnets = with myData.subnets; [tailscale.sshPattern vno1.sshPattern];
sshAllowSubnets = with myData.subnets; [tailscale.sshPattern];
};
};

View File

@@ -189,7 +189,7 @@
deployIfPresent = [
{
derivationTarget = ".#fwminex";
altHostname = myData.hosts."fwminex.motiejus.jakst".vno1IP;
pingTarget = myData.hosts."fwminex.motiejus.jakst".vno1IP;
}
];
};