From ca0e7382a368d623d0b1b990a7a4bf696957f9d1 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 7 Aug 2024 23:08:28 +0200 Subject: [PATCH] use cache.orbi.wg0 again --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index accf7a2..086f501 100644 --- a/flake.nix +++ b/flake.nix @@ -246,8 +246,8 @@ # configure nix ({ pkgs, lib, clanLib, ... }: { - #nix.settings.substituters = [ "http://cache.orbi.wg0" ]; - #nix.settings.trusted-public-keys = [ (clanLib.readFact "nix-serve.pub" "orbi") ]; + nix.settings.substituters = [ "http://cache.orbi.wg0" ]; + nix.settings.trusted-public-keys = [ (clanLib.readFact "nix-serve.pub" "orbi") ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.max-jobs = 1; # no channesl needed this way