trusted-nix-caches
This module sets the clan.lol
and nix-community
cache up as a trusted cache.
Will be deprecated
The trusted-nix-caches
module might eventually be migrated to 'clanServices'*
See: clanServices
Categories
Uncategorized
-
Usage via Inventory
This module cannot be used via the inventory interface.
Usage via Nix
This module can be also imported directly in your nixos configuration. Although it is recommended to use the inventory interface if available.
Some modules are considered 'low-level' or 'expert modules' and are not available via the inventory interface.
{config, lib, inputs, ...}: {
imports = [ inputs.clan-core.clanModules.trusted-nix-caches ];
# ...
}
** This module doesnt require any options to be set.**