summaryrefslogtreecommitdiff
path: root/systems/atlas/default.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-08 14:59:19 -0500
committerSeth Flynn <[email protected]>2025-02-08 15:17:18 -0500
commit49aa07fa63fa489ad4f3b0ff9fc34f36bb630fd6 (patch)
tree37581031da29f47a958d41e151d0d015af709532 /systems/atlas/default.nix
parent69a8df8400fbeac849101f49ee4d0cb14989d228 (diff)
atlas: use forgejo for git server
Diffstat (limited to 'systems/atlas/default.nix')
-rw-r--r--systems/atlas/default.nix12
1 files changed, 1 insertions, 11 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 3ccd4ab..6ed10b8 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -3,6 +3,7 @@
imports = [
(modulesPath + "/profiles/minimal.nix")
./hardware-configuration.nix
+ ./forgejo.nix
./miniflux.nix
./moyai.nix
./nginx.nix
@@ -25,16 +26,5 @@
nixpkgs.hostPlatform = "aarch64-linux";
- services = {
- github-mirror = {
- enable = true;
- hostname = "git.getchoo.com";
- mirroredUsers = [
- "getchoo"
- "getchoo-archive"
- ];
- };
- };
-
system.stateVersion = "23.05";
}