forked from lix-project/lix-website
add-to-config: fix option name for cache servers
This commit is contained in:
parent
9eeba87c32
commit
c526b37c6d
|
@ -83,7 +83,7 @@ Add the following to any NixOS module in your configuration (e.g. `configuration
|
|||
|
||||
```nix
|
||||
{
|
||||
nix.settings.extra-substituters = [
|
||||
nix.settings.substituters = [
|
||||
"https://cache.lix.systems"
|
||||
];
|
||||
|
||||
|
@ -152,7 +152,7 @@ Add the following to any NixOS module in your configuration (e.g. `configuration
|
|||
|
||||
```nix
|
||||
{
|
||||
nix.settings.extra-substituters = [
|
||||
nix.settings.substituters = [
|
||||
"https://cache.lix.systems"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue