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 ];

View File

@@ -167,7 +167,7 @@ in
};
follower = {
publicKeys = [ myData.hosts."fwminex.motiejus.jakst".publicKey ];
publicKeys = [ myData.hosts."fwminex.servers.jakst".publicKey ];
enable = true;
uidgid = myData.uidgid.updaterbot-deployee;

View File

@@ -122,7 +122,7 @@ in
deployerbot = {
follower = {
publicKeys = [ myData.hosts."fwminex.motiejus.jakst".publicKey ];
publicKeys = [ myData.hosts."fwminex.servers.jakst".publicKey ];
enable = true;
uidgid = myData.uidgid.updaterbot-deployee;

View File

@@ -193,7 +193,7 @@
deployerbot = {
follower = {
publicKeys = [ myData.hosts."fwminex.motiejus.jakst".publicKey ];
publicKeys = [ myData.hosts."fwminex.servers.jakst".publicKey ];
enable = true;
sshAllowSubnets = [ myData.subnets.tailscale.sshPattern ];
@@ -463,8 +463,8 @@
static_configs = [ { targets = [ "${myData.hosts."vno3-rp3b.servers.jakst".jakstIP}:${port}" ]; } ];
}
{
job_name = "fwminex.motiejus.jakst";
static_configs = [ { targets = [ "${myData.hosts."fwminex.motiejus.jakst".jakstIP}:${port}" ]; } ];
job_name = "fwminex.servers.jakst";
static_configs = [ { targets = [ "${myData.hosts."fwminex.servers.jakst".jakstIP}:${port}" ]; } ];
}
{
job_name = "mtworx.motiejus.jakst";

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 ];