feat: expose my nix binary cache
This commit is contained in:
parent
6741c18dfd
commit
ebcc6a62d3
|
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue