feat: expose my nix binary cache

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-03-21 16:44:57 -03:00
parent 6741c18dfd
commit ebcc6a62d3
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 5 additions and 1 deletions

View file

@ -42,5 +42,9 @@
virtualHosts."shoko.thewizard.link".extraConfig = ''
reverse_proxy 127.0.0.1:8111
'';
virtualHosts."nixbin.thewizard.link".extraConfig = ''
reverse_proxy 127.0.0.1:7373
'';
};
}