diff --git a/hosts/chunk/default.nix b/hosts/chunk/default.nix index f45b369..216ed72 100644 --- a/hosts/chunk/default.nix +++ b/hosts/chunk/default.nix @@ -25,7 +25,6 @@ ./ghost.nix ./conduit.nix ./immich.nix - ./conduwuit.nix ]; sops.age.keyFile = "/root/.config/sops/age/keys.txt"; diff --git a/hosts/chunk/gitlab.nix b/hosts/chunk/gitlab.nix index 818d727..91f36d8 100644 --- a/hosts/chunk/gitlab.nix +++ b/hosts/chunk/gitlab.nix @@ -18,5 +18,11 @@ jwsFile = config.sops.secrets."gitlab/jws".path; dbFile = config.sops.secrets."gitlab/db".path; }; + backup = { + startAt = "daily"; + # we already postgresqlbackup.service + skip = [ "db" ]; + keepTime = 48; # hours + }; }; }