Compare commits

...

2 commits

Author SHA1 Message Date
Ingolf Wagner
eafb3c7d5c
introduced private-parts for orbi
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 9m13s
2025-01-28 13:51:41 +13:00
Ingolf Wagner
75008eb0c4
podman push git.ingolf-wagner.de/.. works now 2025-01-28 13:51:24 +13:00
3 changed files with 8 additions and 4 deletions

8
flake.lock generated
View file

@ -1086,11 +1086,11 @@
"treefmt-nix": "treefmt-nix_4"
},
"locked": {
"lastModified": 1737754595,
"narHash": "sha256-p7WZuC0ME7CPJaGEDtlDTikAO8WLx2yW9EyLpiECz24=",
"lastModified": 1738024999,
"narHash": "sha256-dRET83LeGEVeZn3DU3NCL2vd7qbxXLJGt+kBlrn0lU8=",
"ref": "main",
"rev": "f830e80222bd39fecf3afad5243fb11da59ef273",
"revCount": 86,
"rev": "1657febd553257fcb85b02cb6b3e84ed860a52bf",
"revCount": 87,
"type": "git",
"url": "ssh://forgejo@git.ingolf-wagner.de:2222/palo/nixos-private-parts.git"
},

View file

@ -496,6 +496,7 @@
stylixModules
zerotierModules
srvos.nixosModules.hardware-hetzner-online-intel
private-parts.nixosModules.orbi
#srvos.nixosModules.server
#srvos.nixosModules.mixins-terminfo
{

View file

@ -33,6 +33,9 @@ in
"git.ingolf-wagner.de" = {
forceSSL = true;
enableACME = true;
extraConfig = ''
client_max_body_size 2048M; # 2 GB (adjust as needed), for docker/podman push
'';
locations."/" = {
proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
};