nixos_config/system/nix_lix.nix

10 lines
193 B
Nix
Raw Normal View History

2024-05-18 19:32:04 -04:00
{
nix.settings.extra-substituters = [
"https://cache.lix.systems"
];
nix.settings.trusted-public-keys = [
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
];
}