feat: add binary cache
This commit is contained in:
parent
ed03b68e9b
commit
cf04162f30
1 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||||
|
|
||||||
{ modulesPath, pkgs, inputs, lib, nix-colors, ... }:
|
{ modulesPath, pkgs, inputs, lib, nix-colors, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
|
|
@ -91,6 +90,8 @@
|
||||||
nix-serve = {
|
nix-serve = {
|
||||||
enable = true;
|
enable = true;
|
||||||
secretKeyFile = "/var/cache-priv-key.pem";
|
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 = {
|
roundcube = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue