Files
clan-core/clanServices/trusted-nix-caches
pinpox e0b5855013 clanServices/trusted-nix-caches: fix deprecated test name
- fix test name to new format
- regenerate vars via update-vars
2025-10-19 15:01:39 +02:00
..
2025-09-09 19:18:35 +02:00

Sets up nix to trust and use the clan cache

Usage

inventory.instances = {
  clan-cache = {
    module = {
      name = "trusted-nix-caches";
      input = "clan-core";
    };
    roles.default.machines.draper = { };
  };
}