feat(ops/nixos/camden): Use my cachix cache on camden

This cache is populated by sourcehut builds.
This commit is contained in:
Vincent Ambo 2020-04-21 22:55:32 +01:00
parent 1a88352470
commit 2ca4287cf0

View file

@ -65,6 +65,14 @@ in lib.fix(self: {
];
trustedUsers = [ "root" "tazjin" ];
binaryCaches = [
"https://tazjin.cachix.org"
];
binaryCachePublicKeys = [
"tazjin.cachix.org-1:IZkgLeqfOr1kAZjypItHMg1NoBjm4zX9Zzep8oRSh7U="
];
};
nixpkgs.pkgs = nixpkgs;