diff options
author | azahi <azat@bahawi.net> | 2024-10-28 02:41:15 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-28 02:41:15 +0300 |
commit | dfa3b61db0e5c4ab5d35af1bf06af1fb27ba659a (patch) | |
tree | 11641ba75d50b63b14086305196e26a8f5f5e700 /modules/common/nix.nix | |
parent | 2024-10-26 (diff) |
2024-10-28
Diffstat (limited to 'modules/common/nix.nix')
-rw-r--r-- | modules/common/nix.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/common/nix.nix b/modules/common/nix.nix index 0ab2888..58d572f 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -72,14 +72,16 @@ in keep-going = true; - trusted-users = [ - "root" - my.username - ]; + trusted-users = [ my.username ]; substituters = [ + "https://cache.garnix.io" "https://cache.tvl.su" "https://nix-community.cachix.org" + "https://numtide.cachix.org" + ]; + trusted-substituters = [ + "https://cache.tvl.su" ]; trusted-public-keys = [ "cache.tvl.su:kjc6KOMupXc1vHVufJUoDUYeLzbwSr9abcAKdn/U1Jk=" |