feat(ops/nixos/camden): Use my cachix cache on camden
This cache is populated by sourcehut builds.
This commit is contained in:
parent
1a88352470
commit
2ca4287cf0
1 changed files with 8 additions and 0 deletions
|
@ -65,6 +65,14 @@ in lib.fix(self: {
|
||||||
];
|
];
|
||||||
|
|
||||||
trustedUsers = [ "root" "tazjin" ];
|
trustedUsers = [ "root" "tazjin" ];
|
||||||
|
|
||||||
|
binaryCaches = [
|
||||||
|
"https://tazjin.cachix.org"
|
||||||
|
];
|
||||||
|
|
||||||
|
binaryCachePublicKeys = [
|
||||||
|
"tazjin.cachix.org-1:IZkgLeqfOr1kAZjypItHMg1NoBjm4zX9Zzep8oRSh7U="
|
||||||
|
];
|
||||||
};
|
};
|
||||||
nixpkgs.pkgs = nixpkgs;
|
nixpkgs.pkgs = nixpkgs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue