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