nixos/gitea: Add missing tmpfiles rules
This commit is contained in:
parent
bd1788c908
commit
3576ba7c19
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ in
|
|||
systemd.tmpfiles.rules = [
|
||||
"d '${cfg.stateDir}' - ${cfg.user} gitea - -"
|
||||
"d '${cfg.stateDir}/conf' - ${cfg.user} gitea - -"
|
||||
"d '${cfg.stateDir}/custom' - ${cfg.user} gitea - -"
|
||||
"d '${cfg.stateDir}/custom/conf' - ${cfg.user} gitea - -"
|
||||
"d '${cfg.repositoryRoot}' - ${cfg.user} gitea - -"
|
||||
"Z '${cfg.stateDir}' - ${cfg.user} gitea - -"
|
||||
|
|
Loading…
Reference in a new issue