Skip to content

Commit

Permalink
nixos/gitea: fix dump
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deaddict committed Sep 21, 2019
1 parent 94d4845 commit 86b83f3
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 86b83f3

Please sign in to comment.