summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/terranix/cloudflare/dns.nix7
-rw-r--r--systems/atlas/default.nix11
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";
}