allow gpg to run
This commit is contained in:
parent
7a03c771ff
commit
4958fe6a68
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
systemd.services.gitea = {
|
||||
path = [ pkgs.gnupg ];
|
||||
serviceConfig = {
|
||||
SystemCallFilter = mkForce "~@clock @cpu-emulation @debug @module @mount @obsolete @raw-io @reboot @resources @setuid @swap";
|
||||
};
|
||||
# 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
|
||||
# wasn't persistant at all.
|
||||
|
|
Loading…
Reference in a new issue