Use forgejo package from stable (24.05) instead of from unstable

This commit is contained in:
June 2024-06-20 04:12:42 +02:00
parent 33599951ef
commit f3f5d5a611
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 0 additions and 4 deletions

View file

@ -12,7 +12,6 @@
{ {
services.forgejo = { services.forgejo = {
enable = true; enable = true;
package = pkgs-unstable.forgejo;
database.type = "postgres"; database.type = "postgres";
mailerPasswordFile = "/run/secrets/forgejo_git_smtp_password"; mailerPasswordFile = "/run/secrets/forgejo_git_smtp_password";

View file

@ -145,9 +145,6 @@
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
./config/hosts/git ./config/hosts/git
]; ];
specialArgs = {
inherit pkgs-unstable;
};
}; };
forgejo-actions-runner = nixpkgs.lib.nixosSystem { forgejo-actions-runner = nixpkgs.lib.nixosSystem {