migrate trusted-nix-caches
This commit is contained in:
15
clanServices/trusted-nix-caches/README.md
Normal file
15
clanServices/trusted-nix-caches/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
Sets up nix to trust and use the clan cache
|
||||
|
||||
## Usage
|
||||
|
||||
```nix
|
||||
inventory.instances = {
|
||||
clan-cache = {
|
||||
module = {
|
||||
name = "trusted-nix-caches";
|
||||
input = "clan";
|
||||
};
|
||||
roles.default.machines.draper = { };
|
||||
};
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user