feat: add binary cache

This commit is contained in:
Noa Aarts 2024-08-30 19:45:55 +02:00
parent ed03b68e9b
commit cf04162f30
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -3,7 +3,6 @@
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ modulesPath, pkgs, inputs, lib, nix-colors, ... }:
{
imports =
[
@ -91,6 +90,8 @@
nix-serve = {
enable = true;
secretKeyFile = "/var/cache-priv-key.pem";
bindAddress = "127.0.0.1";
port = 22332;
};
};
@ -248,6 +249,10 @@
};
"noasserver" = {
locations."/".proxyPass = "http://127.0.0.1:22332";
};
};
};
roundcube = {