diff options
| author | seth <[email protected]> | 2024-10-15 06:40:21 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-15 06:40:21 -0400 |
| commit | b2d9d85e418b69cd821097fca6cc11132c713454 (patch) | |
| tree | 45a6b32fb6cec11f983681bd5b4bc2c258dd8a19 | |
| parent | 91c3b594ba25ef82dfe0ad65567ad54d95ca46c3 (diff) | |
atlas: start hosting github mirror
| -rw-r--r-- | ext/terranix/cloudflare/dns.nix | 7 | ||||
| -rw-r--r-- | systems/atlas/default.nix | 11 |
2 files changed, 18 insertions, 0 deletions
diff --git a/ext/terranix/cloudflare/dns.nix b/ext/terranix/cloudflare/dns.nix index 117b453..335562d 100644 --- a/ext/terranix/cloudflare/dns.nix +++ b/ext/terranix/cloudflare/dns.nix @@ -92,6 +92,13 @@ in zone_id = getchoo_com; }; + getchoo_com_git = { + name = "git"; + content = atlas_tunnel; + type = "CNAME"; + zone_id = getchoo_com; + }; + getchoo_com_keyoxide = { name = "@"; content = "$argon2id$v=19$m=512,t=256,p=1$AlA6W5fP7J14zMsw0W5KFQ$EQz/NCE0/TQpE64r2Eo/yOpjtMZ9WXevHsv3YYP7CXg"; 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"; } |
