From d7564863ea1f788436d8b994e52bc13973eca5dd Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:18:09 -0500 Subject: [PATCH] remove unstable pkgs --- hosts/git/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/git/configuration.nix b/hosts/git/configuration.nix index 789b8f8..4c3d0b0 100644 --- a/hosts/git/configuration.nix +++ b/hosts/git/configuration.nix @@ -115,7 +115,7 @@ in domain = "git.rs.ht"; rootUrl = "https://${domain}/"; httpPort = 3003; - package = pkgs.unstable.gitea; + package = pkgs.gitea; database.type = "postgres";