1
0
Fork 0

add instructions to use public cache

This commit is contained in:
ibizaman 2024-05-29 20:32:36 -07:00 committed by Pierre Penninckx
parent 2e12aa44b3
commit 3809201e8d

View file

@ -16,6 +16,18 @@ imports = [
];
```
You can also use the public cache as a substituter with:
```nix
nix.settings.trusted-public-keys = [
"selfhostblocks.cachix.org-1:H5h6Uj188DObUJDbEbSAwc377uvcjSFOfpxyCFP7cVs="
];
nix.settings.substituters = [
"https://selfhostblocks.cachix.org"
];
```
For now, Self Host Blocks has a hard dependency on `sops-nix`. I am [working on removing
that](https://github.com/ibizaman/selfhostblocks/issues/24) so you can use any secrets manager you
want. Until then, you also need to import the `sops-nix` module: