1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 04:27:46 +00:00

fix: make cache serve s3

This commit is contained in:
RGBCube 2025-02-26 02:34:56 +03:00
parent 8aead69aba
commit 31bf6bc062
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
5 changed files with 20 additions and 39 deletions

View file

@ -3,8 +3,8 @@
inherit (lib) enabled merge;
fqdn = "s3.${domain}";
portS3 = 8004;
portRpc = 8005;
portS3 = 8003;
portRpc = 8004;
in {
imports = [(self + /modules/nginx.nix)];