From b1ac1e98cd688a024f1c385383b17952bc27d7e5 Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Thu, 22 Feb 2024 10:17:49 -0500 Subject: [PATCH] readme tweak --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5c9a551..38ec325 100644 --- a/README.md +++ b/README.md @@ -95,14 +95,11 @@ settings settings to your `nix.conf`. You can do this directly by modifying your `/etc/nix/nix.conf`, or in the flake definition. In the above example flake these `nix.conf` settings are added by the `nixConfig` attribute ([doc -link](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake.html?highlight=flake#flake-format)), -note that this will only work if the user running `nix build` is in +link](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake.html?highlight=flake#flake-format)). +Note that this will only work if the user running `nix build` is in [`trusted-users`](https://nixos.org/manual/nix/stable/command-ref/conf-file.html?highlight=nix.conf#conf-trusted-users) -or the substituter is in [`trusted-substituters`](https://nixos.org/manual/nix/stable/command-ref/conf-file.html?highlight=nix.conf#conf-trusted-substituters). - -``` -trusted-users = root -``` +or the substituter is in +[`trusted-substituters`](https://nixos.org/manual/nix/stable/command-ref/conf-file.html?highlight=nix.conf#conf-trusted-substituters). ## Building an sd-card image