diff --git a/hosts/fra1-b/configuration.nix b/hosts/fra1-b/configuration.nix index d6c8e5c..0ba5b85 100644 --- a/hosts/fra1-b/configuration.nix +++ b/hosts/fra1-b/configuration.nix @@ -85,10 +85,7 @@ in deployerbot = { follower = { - publicKeys = [ - myData.hosts."vno1-oh2.servers.jakst".publicKey - myData.hosts."fwminex.motiejus.jakst".publicKey - ]; + publicKeys = [ myData.hosts."fwminex.motiejus.jakst".publicKey ]; enable = true; sshAllowSubnets = [ myData.subnets.tailscale.sshPattern ]; diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 9bb1f4b..67cef39 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -167,10 +167,7 @@ in }; follower = { - publicKeys = [ - myData.hosts."vno1-oh2.servers.jakst".publicKey - myData.hosts."fwminex.motiejus.jakst".publicKey - ]; + publicKeys = [ myData.hosts."fwminex.motiejus.jakst".publicKey ]; enable = true; uidgid = myData.uidgid.updaterbot-deployee; diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 06c38b6..27c1c88 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -122,10 +122,7 @@ in deployerbot = { follower = { - publicKeys = [ - myData.hosts."vno1-oh2.servers.jakst".publicKey - myData.hosts."fwminex.motiejus.jakst".publicKey - ]; + publicKeys = [ myData.hosts."fwminex.motiejus.jakst".publicKey ]; enable = true; uidgid = myData.uidgid.updaterbot-deployee; diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index ef2ea1a..80ccf1e 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -193,10 +193,7 @@ deployerbot = { follower = { - publicKeys = [ - myData.hosts."vno1-oh2.servers.jakst".publicKey - myData.hosts."fwminex.motiejus.jakst".publicKey - ]; + publicKeys = [ myData.hosts."fwminex.motiejus.jakst".publicKey ]; enable = true; sshAllowSubnets = [ myData.subnets.tailscale.sshPattern ]; diff --git a/hosts/vno3-rp3b/configuration.nix b/hosts/vno3-rp3b/configuration.nix index 61d6fb6..689f401 100644 --- a/hosts/vno3-rp3b/configuration.nix +++ b/hosts/vno3-rp3b/configuration.nix @@ -83,9 +83,10 @@ borgstor = { enable = true; dataDir = "/data/borg"; - sshKeys = [ - myData.hosts."vno1-oh2.servers.jakst".publicKey - myData.people_pubkeys.motiejus + sshKeys = with myData; [ + hosts."vno1-oh2.servers.jakst".publicKey + hosts."fwminex.servers.jakst".publicKey + people_pubkeys.motiejus ]; }; @@ -96,10 +97,7 @@ deployerbot = { follower = { - publicKeys = [ - myData.hosts."vno1-oh2.servers.jakst".publicKey - myData.hosts."fwminex.motiejus.jakst".publicKey - ]; + publicKeys = [ myData.hosts."fwminex.motiejus.jakst".publicKey ]; enable = true; sshAllowSubnets = [ myData.subnets.tailscale.sshPattern ];