diff options
| author | Yaya <mak@nyantec.com> | 2023-06-26 15:23:19 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-27 09:39:54 +0000 |
| commit | 249eceae20bc2530f8a1a5ae08c33c2c2fa9e490 (patch) | |
| tree | 2608e55733164b565db0d17a4292d49ff10b0d31 | |
| parent | gitlab: 16.0.5 -> 16.1.0 (diff) | |
| download | nixpkgs-origin/backport-239115-to-release-23.05.tar.gz | |
nixos/gitlab: Add an additional folder to systemd-tmpfilesorigin/backport-239115-to-release-23.05
(cherry picked from commit abc6a0a479d880a0a5b8a29680ad62f6881e5e4a)
| -rw-r--r-- | nixos/modules/services/misc/gitlab.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix index 9c18a2eed1c6..8958d375b2b5 100644 --- a/nixos/modules/services/misc/gitlab.nix +++ b/nixos/modules/services/misc/gitlab.nix @@ -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" |
