Skip to content

Commit

Permalink
nixos/gitlab: Add an additional folder to systemd-tmpfiles
Browse files Browse the repository at this point in the history
(cherry picked from commit abc6a0a)
  • Loading branch information
yayayayaka authored and yu-re-ka committed Jun 27, 2023
1 parent 4d5cf4c commit e31ddc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/misc/gitlab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,7 @@ in {
"d ${gitlabConfig.production.shared.path}/pages 0750 ${cfg.user} ${cfg.group} -"
"d ${gitlabConfig.production.shared.path}/registry 0750 ${cfg.user} ${cfg.group} -"
"d ${gitlabConfig.production.shared.path}/terraform_state 0750 ${cfg.user} ${cfg.group} -"
"d ${gitlabConfig.production.shared.path}/ci_secure_files 0750 ${cfg.user} ${cfg.group} -"
"L+ /run/gitlab/config - - - - ${cfg.statePath}/config"
"L+ /run/gitlab/log - - - - ${cfg.statePath}/log"
"L+ /run/gitlab/tmp - - - - ${cfg.statePath}/tmp"
Expand Down

0 comments on commit e31ddc4

Please sign in to comment.