docs: update link to allowed users setting (#4176)
1. The option has been renamed in NixOS about a year ago. 2. The link into the manual describing that option has been fixed.
This commit is contained in:
parent
f5f64ac022
commit
47c2adc6b3
|
@ -33,7 +33,7 @@ standard way using channels. If you prefer to use
|
||||||
=== Standalone installation
|
=== Standalone installation
|
||||||
|
|
||||||
:nix-allowed-users: https://nixos.org/nix/manual/#conf-allowed-users
|
: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/
|
:bash: https://www.gnu.org/software/bash/
|
||||||
:zsh: http://zsh.sourceforge.net/
|
:zsh: http://zsh.sourceforge.net/
|
||||||
:fish: https://fishshell.com
|
:fish: https://fishshell.com
|
||||||
|
@ -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
|
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
|
must be covered by the {nix-allowed-users}[`allowed-users`] Nix
|
||||||
option. On NixOS you can control this option using the
|
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
|
2. Add the appropriate Home Manager channel. If you are following
|
||||||
Nixpkgs master or an unstable channel you can run
|
Nixpkgs master or an unstable channel you can run
|
||||||
|
|
Loading…
Reference in a new issue