From b2d9d85e418b69cd821097fca6cc11132c713454 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 15 Oct 2024 06:40:21 -0400 Subject: atlas: start hosting github mirror --- systems/atlas/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'systems/atlas') 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"; } -- cgit v1.2.3