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

gitea: needs gnupg in its path to sign commits

authored by Ryan Lahfa and committed by GitHub 1c5443f6 e1c7bf66

+1 -1
+1 -1
nixos/modules/services/misc/gitea.nix
··· 483 description = "gitea"; 484 after = [ "network.target" ] ++ lib.optional usePostgresql "postgresql.service" ++ lib.optional useMysql "mysql.service"; 485 wantedBy = [ "multi-user.target" ]; 486 - path = [ gitea pkgs.git ]; 487 488 # In older versions the secret naming for JWT was kind of confusing. 489 # The file jwt_secret hold the value for LFS_JWT_SECRET and JWT_SECRET
··· 483 description = "gitea"; 484 after = [ "network.target" ] ++ lib.optional usePostgresql "postgresql.service" ++ lib.optional useMysql "mysql.service"; 485 wantedBy = [ "multi-user.target" ]; 486 + path = [ gitea pkgs.git pkgs.gnupg ]; 487 488 # In older versions the secret naming for JWT was kind of confusing. 489 # The file jwt_secret hold the value for LFS_JWT_SECRET and JWT_SECRET