fix: can't use packages, redundant comment removed
This commit is contained in:
parent
292c977ec1
commit
4312f438ee
1 changed files with 2 additions and 2 deletions
|
@ -221,9 +221,9 @@ in {
|
||||||
# see https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/gitlab.nix#L295
|
# see https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/gitlab.nix#L295
|
||||||
backup = {
|
backup = {
|
||||||
startAt = "Sat *-*-* 04:00:00"; # Sat 4am weekly
|
startAt = "Sat *-*-* 04:00:00"; # Sat 4am weekly
|
||||||
path = backup_path; # Has to be same as line 182
|
path = backup_path;
|
||||||
keepTime = 24; # (Hours) Backups are uploaded to seperate server
|
keepTime = 24; # (Hours) Backups are uploaded to seperate server
|
||||||
skip = ["builds" "artifacts" "registry" "packages" "terraform_state"]; # see https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#excluding-specific-data-from-the-backup
|
skip = ["builds" "artifacts" "registry" "terraform_state"]; # see https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#excluding-specific-data-from-the-backup
|
||||||
};
|
};
|
||||||
|
|
||||||
# use the local email client
|
# use the local email client
|
||||||
|
|
Loading…
Reference in a new issue