From 51607a22ca27906b691262691e4c3ca5b53e74d7 Mon Sep 17 00:00:00 2001 From: daragh Date: Mon, 25 Mar 2024 13:22:57 +0000 Subject: [PATCH] fix: removed missing option --- applications/gitlab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/gitlab.nix b/applications/gitlab.nix index fe99bf4..a5a77e1 100644 --- a/applications/gitlab.nix +++ b/applications/gitlab.nix @@ -223,7 +223,7 @@ in { startAt = "Sat *-*-* 04:00:00"; # Sat 4am weekly path = backup_path; keepTime = 24; # (Hours) Backups are uploaded to seperate server - skip = ["builds" "artifacts" "registry" "terraform_state"]; # see https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#excluding-specific-data-from-the-backup + skip = ["builds" "artifacts" "registry"]; # see https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#excluding-specific-data-from-the-backup }; # use the local email client