A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #192 from valan/patch-1

Add brief description of how to disable use of a cache

authored by

Zhaofeng Li and committed by
GitHub
b322faab 0fe1b1cd

+4
+4
book/src/user-guide/README.md
··· 24 24 attic use foo 25 25 ``` 26 26 27 + ## Disabling a cache 28 + 29 + To configure Nix to no longer use a cache, remove the corresponding entries from the list of `substituters` and `trusted-public-keys` in `~/.config/nix/nix.conf` 30 + 27 31 ## Pushing to the cache 28 32 29 33 To push a store path to cache `foo`: