Files
clan-core/clanServices/trusted-nix-caches
2025-06-12 14:01:51 +02:00
..
2025-06-12 14:01:51 +02:00
2025-06-12 14:01:51 +02:00
2025-06-12 14:01:51 +02:00
2025-06-12 14:01:51 +02:00

Sets up nix to trust and use the clan cache

Usage

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