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

@@ -85,7 +85,7 @@
dataDir = "/data/borg";
sshKeys = with myData; [
hosts."vno1-oh2.servers.jakst".publicKey
hosts."fwminex.motiejus.jakst".publicKey
hosts."fwminex.servers.jakst".publicKey
people_pubkeys.motiejus
];
};
@@ -97,7 +97,7 @@
deployerbot = {
follower = {
publicKeys = [ myData.hosts."fwminex.motiejus.jakst".publicKey ];
publicKeys = [ myData.hosts."fwminex.servers.jakst".publicKey ];
enable = true;
sshAllowSubnets = [ myData.subnets.tailscale.sshPattern ];