add cache
This commit is contained in:
parent
b5f21e7ccc
commit
22f1f306ee
1 changed files with 2 additions and 0 deletions
|
@ -19,10 +19,12 @@
|
||||||
substituters = lib.mkForce [
|
substituters = lib.mkForce [
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
|
"http://192.168.88.252:5000"
|
||||||
];
|
];
|
||||||
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="
|
||||||
|
"binarycache.example.com:fbOZkjmYt+dpxlSZbhNNT0WOAApJ1ZLvBBfQkTsBMis="
|
||||||
];
|
];
|
||||||
trusted-users = [ "root" ];
|
trusted-users = [ "root" ];
|
||||||
sandbox = true;
|
sandbox = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue