summaryrefslogtreecommitdiff
path: root/systems/atlas/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-15 06:40:21 -0400
committerseth <[email protected]>2024-10-15 06:40:21 -0400
commitb2d9d85e418b69cd821097fca6cc11132c713454 (patch)
tree45a6b32fb6cec11f983681bd5b4bc2c258dd8a19 /systems/atlas/default.nix
parent91c3b594ba25ef82dfe0ad65567ad54d95ca46c3 (diff)
atlas: start hosting github mirror
Diffstat (limited to 'systems/atlas/default.nix')
-rw-r--r--systems/atlas/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 735a526..c48eca0 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -32,5 +32,16 @@
nixpkgs.hostPlatform = "aarch64-linux";
+ services = {
+ github-mirror = {
+ enable = true;
+ hostname = "git.getchoo.com";
+ mirroredUsers = [
+ "getchoo"
+ "getchoo-archive"
+ ];
+ };
+ };
+
system.stateVersion = "23.05";
}