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
'';
};
}

View file

@ -4,6 +4,6 @@
services.nix-serve = {
enable = true;
port = 7373;
secretKeyFile = "/etc/keys/nix-store-wizdesk-1";
secretKeyFile = "/etc/keys/nixbin.thewizard.link-1";
};
}