added forgejo to restic backups.

This commit is contained in:
Gabe Venberg 2025-03-24 16:23:31 +01:00
parent 3a8026d110
commit ac463949c7
4 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1,13 @@
{
inputs,
config,
pkgs,
lib,
...
}: {
imports = [
../../configs/nixos/nginx.nix
];
#Restic submits some huge requests sometimes.
services.nginx.clientMaxBodySize = "100m";
}