jorah: move version_tracker
This commit is contained in:
parent
74d687af40
commit
6a3a5cd416
@ -19,7 +19,10 @@
|
|||||||
custom.impermanence.enable = true;
|
custom.impermanence.enable = true;
|
||||||
|
|
||||||
## Custom Services
|
## Custom Services
|
||||||
custom.locations.autoServe = true;
|
custom = {
|
||||||
|
locations.autoServe = true;
|
||||||
|
services.version_tracker.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
## Networking
|
## Networking
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
|
@ -88,7 +88,7 @@ in
|
|||||||
"storj/auth.age".publicKeys = jake_users ++ [ ts.storage.tywin ];
|
"storj/auth.age".publicKeys = jake_users ++ [ ts.storage.tywin ];
|
||||||
|
|
||||||
# Version tracker secrets
|
# 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
|
# Home Automation secrets
|
||||||
"mqtt/zigbee2mqtt.age".publicKeys = jake_users ++ [ ts.home.router ];
|
"mqtt/zigbee2mqtt.age".publicKeys = jake_users ++ [ ts.home.router ];
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user