configuration: setup cachix

This commit is contained in:
Antoine Martin 2021-02-05 23:57:00 +01:00
parent def425ed32
commit 29c8757ea7

View file

@ -137,5 +137,14 @@
boot.supportedFilesystems = [ "btrfs" ];
nixpkgs.overlays = import ./overlays;
nix = {
binaryCaches = [
"https://alarsyo.cachix.org"
];
binaryCachePublicKeys = [
"alarsyo.cachix.org-1:A6BmcaJek5+ZDWWv3fPteHhPm6U8liS9CbDbmegPfmk="
];
};
}