mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
forgejo: don't back up repo archives
This commit is contained in:
parent
c7ba06fd0e
commit
d4548fabfd
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ in {
|
|||
services.postgresql.ensure = [ "forgejo" ];
|
||||
|
||||
services.restic.backups = genAttrs config.services.restic.hosts <| const {
|
||||
paths = [ "/var/lib/forgejo" ];
|
||||
paths = [ "/var/lib/forgejo" ];
|
||||
exclude = [ "/var/lib/forgejo/data/repo-archive"];
|
||||
};
|
||||
|
||||
services.openssh.settings.AcceptEnv = mkForce "SHELLS COLOTERM GIT_PROTOCOL";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue