From f8286d3387790139a58c4380f5db3cabbbe85f14 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Mon, 24 Aug 2026 16:00:55 -0500 Subject: [PATCH] enable gitea --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index d2d7330..76f4b5e 100755 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -121,7 +121,7 @@ # ================================ # services.hl-gitea = { - enable = false; + enable = true; credentialsFile = config.sops.secrets."minio-credentials".path; database-hostname = "127.0.0.1:5432"; # whatever port I host psql on below