gitea: needs gnupg in its path to sign commits

See: https://docs.gitea.io/en-us/signing/#installing-and-generating-a-gpg-key-for-gitea
This commit is contained in:
teutat3s 2022-11-27 04:21:00 +01:00
parent 77d2151505
commit 6033e4e5ed
Signed by untrusted user: teutat3s
GPG key ID: 18DAE600A6BBE705

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