use cache.orbi.wg0 again
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 9m31s

This commit is contained in:
Ingolf Wagner 2024-08-07 23:08:28 +02:00
parent 9b7ff29143
commit ca0e7382a3
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -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