migrate trusted-nix-caches

This commit is contained in:
pinpox
2025-06-12 13:20:45 +02:00
parent a537f44b6d
commit 56fef67fd5
7 changed files with 107 additions and 1 deletions

View 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 = { };
};
}
```