mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 20:41:01 -05:00
Trying to add the lix binary cache for kim
This commit is contained in:
parent
9892fbe42a
commit
366878eb38
1 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,14 @@
|
||||||
inputs.home-manager.nixosModules.default
|
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
|
# Workaround for an issue with docs and Aux
|
||||||
documentation.nixos.enable = false;
|
documentation.nixos.enable = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue