summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-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";
}