add-to-config: fix option name for cache servers

This commit is contained in:
Dave Anderson 2024-05-05 22:22:47 -07:00 committed by raito
parent 9eeba87c32
commit c526b37c6d

View file

@ -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"
];