Skip to content

Commit

Permalink
Merge pull request #69200 from c0deaddict/release-19.09
Browse files Browse the repository at this point in the history
nixos/gitea: fix dump
  • Loading branch information
etu committed Sep 21, 2019
2 parents f7f4387 + 0e351ae commit ee20bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/misc/gitea.nix
Expand Up @@ -322,6 +322,7 @@ in
"d '${cfg.stateDir}/conf' - ${cfg.user} gitea - -"
"d '${cfg.stateDir}/custom' - ${cfg.user} gitea - -"
"d '${cfg.stateDir}/custom/conf' - ${cfg.user} gitea - -"
"d '${cfg.stateDir}/log' - ${cfg.user} gitea - -"
"d '${cfg.repositoryRoot}' - ${cfg.user} gitea - -"
"Z '${cfg.stateDir}' - ${cfg.user} gitea - -"

Expand Down

0 comments on commit ee20bd1

Please sign in to comment.