use cache.orbi.wg0 again
This commit is contained in:
parent
9b7ff29143
commit
ca0e7382a3
1 changed files with 2 additions and 2 deletions
|
@ -246,8 +246,8 @@
|
||||||
# configure nix
|
# configure nix
|
||||||
({ pkgs, lib, clanLib, ... }:
|
({ pkgs, lib, clanLib, ... }:
|
||||||
{
|
{
|
||||||
#nix.settings.substituters = [ "http://cache.orbi.wg0" ];
|
nix.settings.substituters = [ "http://cache.orbi.wg0" ];
|
||||||
#nix.settings.trusted-public-keys = [ (clanLib.readFact "nix-serve.pub" "orbi") ];
|
nix.settings.trusted-public-keys = [ (clanLib.readFact "nix-serve.pub" "orbi") ];
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nix.settings.max-jobs = 1;
|
nix.settings.max-jobs = 1;
|
||||||
# no channesl needed this way
|
# no channesl needed this way
|
||||||
|
|
Loading…
Reference in a new issue