diff options
author | Karel Kočí <cynerd@email.cz> | 2022-08-05 08:19:33 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-08-05 08:19:33 +0200 |
commit | 970c8596e86b8bb3ebff5e76e152fa5acdd65f98 (patch) | |
tree | b3da4eb18452d94d2ec5da0abb6cb312249b3fc0 /nixos/modules | |
parent | 7c3d7e4989a83d188a013f9b1a8492f607958b6b (diff) | |
download | nixos-personal-970c8596e86b8bb3ebff5e76e152fa5acdd65f98.tar.gz nixos-personal-970c8596e86b8bb3ebff5e76e152fa5acdd65f98.tar.bz2 nixos-personal-970c8596e86b8bb3ebff5e76e152fa5acdd65f98.zip |
Small rework of packages and and devices build
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/generic.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 08b3bfa..2b3c3fd 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -11,6 +11,16 @@ with lib; extraOptions = "experimental-features = nix-command flakes"; settings = { auto-optimise-store = true; + substituters = [ + "https://cache.nixos.org" + "https://thefloweringash-armv7.cachix.org" + "https://arm.cachix.org" + ]; + trusted-public-keys = [ + "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" + "thefloweringash-armv7.cachix.org-1:v+5yzBD2odFKeXbmC+OPWVqx4WVoIVO6UXgnSAWFtso=" + "arm.cachix.org-1:K3XjAeWPgWkFtSS9ge5LJSLw3xgnNqyOaG7MDecmTQ8=" + ]; }; registry = { personal.to = { |