Files
clan-core/clanServices/trusted-nix-caches/README.md
2025-09-09 19:18:35 +02:00

16 lines
239 B
Markdown

Sets up nix to trust and use the clan cache
## Usage
```nix
inventory.instances = {
clan-cache = {
module = {
name = "trusted-nix-caches";
input = "clan-core";
};
roles.default.machines.draper = { };
};
}
```