diff --git a/en/install.md b/en/install.md index bfc611c4..b03c1681 100644 --- a/en/install.md +++ b/en/install.md @@ -11,7 +11,8 @@ order: -1000 Install #[[nix]] using [the unofficial installer](https://github.com/DeterminateSystems/nix-installer#the-determinate-nix-installer):[^official] ```sh -curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install +curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \ + sh -s -- install --extra-conf "trusted-users = $(whoami)" ``` > [!tip] Graphical installer for [[macos]]