add cache server

This commit is contained in:
Johannes Jöns 2024-10-09 11:28:54 +02:00
parent ceb4ce3ec9
commit 9a9088b037

View file

@ -28,7 +28,7 @@ in
trusted-public-keys = lib.mkForce [ trusted-public-keys = lib.mkForce [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.missing.ninja:mgKmyHDWgL+xBp0aANrin807jWYu/fpMojKNb7KQDXg=" "cache.missing.ninja-1:mgKmyHDWgL+xBp0aANrin807jWYu/fpMojKNb7KQDXg="
]; ];
sandbox = true; sandbox = true;
require-sigs = true; require-sigs = true;