diff options
Diffstat (limited to 'config/nix')
-rw-r--r-- | config/nix/nix.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/nix/nix.conf b/config/nix/nix.conf index 5d68586..bea0e44 100644 --- a/config/nix/nix.conf +++ b/config/nix/nix.conf @@ -3,3 +3,6 @@ cores = 0 experimental-features = nix-command flakes extra-platforms = armv7l-linux aarch64-linux extra-sandbox-paths = /usr/bin/qemu-arm /usr/bin/qemu-aarch64 + +substituters = https://cache.nixos.org https://thefloweringash-armv7.cachix.org +trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= thefloweringash-armv7.cachix.org-1:v+5yzBD2odFKeXbmC+OPWVqx4WVoIVO6UXgnSAWFtso= |