Trying to add the lix binary cache for kim

This commit is contained in:
Annika Merris 2024-05-16 09:30:54 -04:00
parent 9892fbe42a
commit 366878eb38

View file

@ -12,6 +12,14 @@
inputs.home-manager.nixosModules.default
];
nix.settings.extra-substituters = [
"https://cache.lix.systems"
];
nix.settings.trusted-public-keys = [
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
];
# Workaround for an issue with docs and Aux
documentation.nixos.enable = false;