From 8ef9e1b0be4df070bb6038237c4e3a72998b4ee7 Mon Sep 17 00:00:00 2001 From: Nettika Date: Mon, 23 Sep 2024 16:29:02 -0700 Subject: [PATCH] Use Shelvacu's cache --- modules/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/common.nix b/modules/common.nix index 4f242fc..d940556 100755 --- a/modules/common.nix +++ b/modules/common.nix @@ -4,6 +4,8 @@ nix.settings = { experimental-features = [ "nix-command" "flakes" ]; + substituters = [ "https://nixcache.shelvacu.com" ]; + trusted-public-keys = [ "nixcache.shelvacu.com:73u5ZGBpPRoVZfgNJQKYYBt9K9Io/jPwgUfuOLsJbsM=" ]; trusted-users = [ "@wheel" ]; };