jorah: move version_tracker
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jake Hillion 2023-09-14 21:13:45 +01:00
parent 74d687af40
commit 6a3a5cd416
3 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,10 @@
custom.impermanence.enable = true;
## Custom Services
custom.locations.autoServe = true;
custom = {
locations.autoServe = true;
services.version_tracker.enable = true;
};
## Networking
systemd.network = {

View File

@ -88,7 +88,7 @@ in
"storj/auth.age".publicKeys = jake_users ++ [ ts.storage.tywin ];
# Version tracker secrets
"version_tracker/ssh.key.age".publicKeys = jake_users ++ [ ts.strangervm.vm ];
"version_tracker/ssh.key.age".publicKeys = jake_users ++ [ ts.cx.jorah ];
# Home Automation secrets
"mqtt/zigbee2mqtt.age".publicKeys = jake_users ++ [ ts.home.router ];

Binary file not shown.