Skip to content

Commit

Permalink
docs: update link to allowed users setting (#4176)
Browse files Browse the repository at this point in the history
1. The option has been renamed in NixOS about a year ago.
2. The link into the manual describing that option has been
   fixed.
  • Loading branch information
NobbZ authored Jun 28, 2023
1 parent f5f64ac commit 47c2adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ standard way using channels. If you prefer to use
=== Standalone installation

:nix-allowed-users: https://nixos.org/nix/manual/#conf-allowed-users
:nixos-allowed-users: https://nixos.org/nixos/manual/options.html#opt-nix.allowedUsers
:nixos-allowed-users: https://nixos.org/manual/nixos/stable/options.html#opt-nix.settings.allowed-users
:bash: https://www.gnu.org/software/bash/
:zsh: http://zsh.sourceforge.net/
:fish: https://fishshell.com
Expand All @@ -47,7 +47,7 @@ example, you should be able to successfully run a command like
root user. For a multi-user install of Nix this means that your user
must be covered by the {nix-allowed-users}[`allowed-users`] Nix
option. On NixOS you can control this option using the
{nixos-allowed-users}[`nix.allowedUsers`] system option.
{nixos-allowed-users}[`nix.settings.allowed-users`] system option.

2. Add the appropriate Home Manager channel. If you are following
Nixpkgs master or an unstable channel you can run
Expand Down

0 comments on commit 47c2adc

Please sign in to comment.