diff options
Diffstat (limited to 'systems/atlas/default.nix')
| -rw-r--r-- | systems/atlas/default.nix | 12 |
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"; } |
