Use forgejo package from stable (24.05) instead of from unstable
This commit is contained in:
parent
49a2dc6306
commit
2ee045a296
2 changed files with 0 additions and 4 deletions
|
@ -12,7 +12,6 @@
|
|||
{
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.forgejo;
|
||||
database.type = "postgres";
|
||||
mailerPasswordFile = "/run/secrets/forgejo_git_smtp_password";
|
||||
|
||||
|
|
|
@ -145,9 +145,6 @@
|
|||
sops-nix.nixosModules.sops
|
||||
./config/hosts/git
|
||||
];
|
||||
specialArgs = {
|
||||
inherit pkgs-unstable;
|
||||
};
|
||||
};
|
||||
|
||||
forgejo-actions-runner = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Reference in a new issue