diff options
| author | polwex <polwex@sortug.com> | 2025-10-14 06:36:38 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-14 06:36:38 +0700 |
| commit | c47302c9517d3d949bd6a3fbdfbda0eca3095eac (patch) | |
| tree | e339fd5fd40ae5e5bb42a384c5ebc1dcf0788752 /hosts/base.nix | |
| parent | a61c5db40ee85f98e6f40417c73ef10ca566aa19 (diff) | |
m
Diffstat (limited to 'hosts/base.nix')
| -rw-r--r-- | hosts/base.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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"]; |
