From c47302c9517d3d949bd6a3fbdfbda0eca3095eac Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 14 Oct 2025 06:36:38 +0700 Subject: m --- hosts/base.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hosts/base.nix') diff --git a/hosts/base.nix b/hosts/base.nix index 91f90a5..d1d8d59 100644 --- a/hosts/base.nix +++ b/hosts/base.nix @@ -23,6 +23,14 @@ experimental-features = nix-command flakes ''; settings = { + substituters = [ + "https://cache-nixos.org" + "https://polwex.cachix.org" + ]; + trusted-public-keys = [ + "polwex.cachix.org-1:6Qk8lW0wZ9omwmURpPQUEDUHAb6Nsb+f+pdH2hppBZY=" + ]; + keep-outputs = true; keep-derivations = true; trusted-users = ["root" "y"]; -- cgit v1.2.3