Merge pull request #203183 from teutat3s/fix/gitea-needs-gpg-in-path

gitea: needs gnupg in its path to sign commits
This commit is contained in:
Ryan Lahfa 2022-12-01 14:29:34 +01:00 committed by GitHub
commit 1c5443f6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -483,7 +483,7 @@ in
description = "gitea";
after = [ "network.target" ] ++ lib.optional usePostgresql "postgresql.service" ++ lib.optional useMysql "mysql.service";
wantedBy = [ "multi-user.target" ];
path = [ gitea pkgs.git ];
path = [ gitea pkgs.git pkgs.gnupg ];
# In older versions the secret naming for JWT was kind of confusing.
# The file jwt_secret hold the value for LFS_JWT_SECRET and JWT_SECRET