nixos_config/system/nix_lix.nix

12 lines
201 B
Nix
Raw Permalink Normal View History

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