From 326bd351f7f2c5448f5633c54efa42b95bec1f13 Mon Sep 17 00:00:00 2001 From: uku Date: Fri, 26 Jul 2024 23:08:44 +0200 Subject: [PATCH] fix: actually use substituters --- configs/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/common.nix b/configs/common.nix index 3117fea..488919a 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -100,10 +100,11 @@ in { experimental-features = ["nix-command" "flakes"]; trusted-users = ["root" "@wheel"]; - trusted-substituters = [ + substituters = [ "https://uku3lig.cachix.org" "https://ghostty.cachix.org" ]; + trusted-public-keys = [ "uku3lig.cachix.org-1:C1/9DNUadh2pueAo+LUkVNUKyIVjF/CREd9RS9E+F2A=" "ghostty.cachix.org-1:QB389yTa6gTyneehvqG58y0WnHjQOqgnA+wBnpWWxns="