Skip to content

Commit

Permalink
Use Cachix cache for NUR
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Mar 16, 2024
1 parent 0880043 commit 240e148
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/nixos/base/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
settings = {
experimental-features = ["nix-command" "flakes"];
auto-optimise-store = true;

substituters = [
"https://cache.nixos.org/"
"https://nur-dannixon.cachix.org"
];
trusted-public-keys = [
"nur-dannixon.cachix.org-1:EHgimU2oe7pLXRF9Gji96CboWtyaFHC4pv5dMp/CRvw="
];
};
};

Expand Down

0 comments on commit 240e148

Please sign in to comment.