boron: enable version_tracker
All checks were successful
flake / flake (push) Successful in 2m5s

This commit is contained in:
Jake Hillion 2024-05-10 22:07:15 +01:00
parent b7c07d0107
commit ad8c8b9b19
4 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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" ];
};
};
}

View File

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

Binary file not shown.