nixos/gitlab: Add missing state folder
This commit is contained in:
parent
59583de9d1
commit
b4d242907c
@ -1282,6 +1282,7 @@ in {
|
|||||||
"d ${gitlabConfig.production.shared.path}/registry 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}/terraform_state 0750 ${cfg.user} ${cfg.group} -"
|
||||||
"d ${gitlabConfig.production.shared.path}/ci_secure_files 0750 ${cfg.user} ${cfg.group} -"
|
"d ${gitlabConfig.production.shared.path}/ci_secure_files 0750 ${cfg.user} ${cfg.group} -"
|
||||||
|
"d ${gitlabConfig.production.shared.path}/external-diffs 0750 ${cfg.user} ${cfg.group} -"
|
||||||
"L+ /run/gitlab/config - - - - ${cfg.statePath}/config"
|
"L+ /run/gitlab/config - - - - ${cfg.statePath}/config"
|
||||||
"L+ /run/gitlab/log - - - - ${cfg.statePath}/log"
|
"L+ /run/gitlab/log - - - - ${cfg.statePath}/log"
|
||||||
"L+ /run/gitlab/tmp - - - - ${cfg.statePath}/tmp"
|
"L+ /run/gitlab/tmp - - - - ${cfg.statePath}/tmp"
|
||||||
|
Loading…
Reference in New Issue
Block a user