fwminex.{motiejus->servers}.jakst

This commit is contained in:
2024-07-31 09:19:13 +03:00
parent cda7123260
commit 8e80b76c12
8 changed files with 13 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ in
sshAllowSubnet = myData.subnets.tailscale.sshPattern;
publicKeys = map (h: myData.hosts.${h}.publicKey) [
"vno1-oh2.servers.jakst"
"fwminex.motiejus.jakst"
"fwminex.servers.jakst"
"mtworx.motiejus.jakst"
];
};
@@ -85,7 +85,7 @@ in
deployerbot = {
follower = {
publicKeys = [ myData.hosts."fwminex.motiejus.jakst".publicKey ];
publicKeys = [ myData.hosts."fwminex.servers.jakst".publicKey ];
enable = true;
sshAllowSubnets = [ myData.subnets.tailscale.sshPattern ];