From 22f1f306ee68e1367c8bbc1640431d0c2f095ee4 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 30 Apr 2024 13:03:00 +0200 Subject: [PATCH] add cache --- common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.nix b/common.nix index 7b2ee45..425ce17 100644 --- a/common.nix +++ b/common.nix @@ -19,10 +19,12 @@ substituters = lib.mkForce [ "https://cache.nixos.org" "https://nix-community.cachix.org" + "http://192.168.88.252:5000" ]; trusted-public-keys = lib.mkForce [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "binarycache.example.com:fbOZkjmYt+dpxlSZbhNNT0WOAApJ1ZLvBBfQkTsBMis=" ]; trusted-users = [ "root" ]; sandbox = true;