This commit is contained in:
parent
b7c07d0107
commit
ad8c8b9b19
@ -24,7 +24,6 @@
|
|||||||
locations.autoServe = true;
|
locations.autoServe = true;
|
||||||
www.global.enable = true;
|
www.global.enable = true;
|
||||||
services = {
|
services = {
|
||||||
version_tracker.enable = true;
|
|
||||||
gitea.actions = {
|
gitea.actions = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tokenSecret = ../../secrets/gitea/actions/jorah.age;
|
tokenSecret = ../../secrets/gitea/actions/jorah.age;
|
||||||
|
@ -32,6 +32,7 @@ in
|
|||||||
"microserver.home.ts.hillion.co.uk"
|
"microserver.home.ts.hillion.co.uk"
|
||||||
];
|
];
|
||||||
unifi = "jorah.cx.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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -97,7 +97,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.cx.jorah ];
|
"version_tracker/ssh.key.age".publicKeys = jake_users ++ [ ts.cx.boron 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