home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 554283c032f14f7f3f245a0d5ceff94d2fec4b82
parent 469161e86723a107aaf55d516f14926aabd0fdd3
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 Jul 2020 12:02:17 +0200

systems/okinawa: temporarly re-enable nix-cache

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/okinawa.nix | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/systems/okinawa.nix b/systems/okinawa.nix @@ -60,6 +60,11 @@ in }; services = { + nix-binary-cache = { + enable = true; + domain = "nix.cache.home"; + aliases = [ "cache.sakhalin.home" ]; + }; bind = { enable = true; forwarders = [ "8.8.8.8" "8.8.4.4" ];