From 4312f438eea80182990cf80cbc4d85022d5f0edb Mon Sep 17 00:00:00 2001 From: daragh Date: Mon, 25 Mar 2024 12:54:14 +0000 Subject: [PATCH] fix: can't use packages, redundant comment removed --- applications/gitlab.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/gitlab.nix b/applications/gitlab.nix index 5275f64..fe99bf4 100644 --- a/applications/gitlab.nix +++ b/applications/gitlab.nix @@ -221,9 +221,9 @@ in { # see https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/gitlab.nix#L295 backup = { 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 - 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