From c526b37c6d77fbcf99a695f2aefcca3392ee5e82 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 5 May 2024 22:22:47 -0700 Subject: [PATCH] add-to-config: fix option name for cache servers --- content/add-to-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/add-to-config.md b/content/add-to-config.md index cf3bfa72..da1904dd 100644 --- a/content/add-to-config.md +++ b/content/add-to-config.md @@ -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" ];