diff --git a/hosts/jorah.cx.ts.hillion.co.uk/default.nix b/hosts/jorah.cx.ts.hillion.co.uk/default.nix index 350edee..2115d85 100644 --- a/hosts/jorah.cx.ts.hillion.co.uk/default.nix +++ b/hosts/jorah.cx.ts.hillion.co.uk/default.nix @@ -24,7 +24,6 @@ locations.autoServe = true; www.global.enable = true; services = { - version_tracker.enable = true; gitea.actions = { enable = true; tokenSecret = ../../secrets/gitea/actions/jorah.age; diff --git a/modules/locations.nix b/modules/locations.nix index 50bbdcc..34306b2 100644 --- a/modules/locations.nix +++ b/modules/locations.nix @@ -32,6 +32,7 @@ in "microserver.home.ts.hillion.co.uk" ]; unifi = "jorah.cx.ts.hillion.co.uk"; + version_tracker = [ "boron.cx.ts.hillion.co.uk" "jorah.cx.ts.hillion.co.uk" ]; }; }; } diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 7e8dfd5..fde9875 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -97,7 +97,7 @@ in "storj/auth.age".publicKeys = jake_users ++ [ ts.storage.tywin ]; # Version tracker secrets - "version_tracker/ssh.key.age".publicKeys = jake_users ++ [ ts.cx.jorah ]; + "version_tracker/ssh.key.age".publicKeys = jake_users ++ [ ts.cx.boron ts.cx.jorah ]; # Home Automation secrets "mqtt/zigbee2mqtt.age".publicKeys = jake_users ++ [ ts.home.router ]; diff --git a/secrets/version_tracker/ssh.key.age b/secrets/version_tracker/ssh.key.age index 94d53bd..e97f0a7 100644 Binary files a/secrets/version_tracker/ssh.key.age and b/secrets/version_tracker/ssh.key.age differ