Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To make use of the lowRISC Nix cache, so you don't have to rebuild binaries your
To do this, you add your username to the trusted users in `/etc/nix/nix.conf`, e.g. `trusted-users = root username`.
*You can also add all users from a certain group instead of a single user by using an `@` symbol before the group name, e.g. `@sudo` or `@wheel`.*

> ℹ️ For Ubuntu users (including WSL users), this means adding this line to the `/etc/nix/nix.conf`:
> ℹ️ For Ubuntu users (including WSL users), this means adding this line to the `/etc/nix/nix.custom.conf` (for older version of Nix you may need to edit `/etc/nix/nix.conf` directly):
> ```
> trusted-users = root @sudo
> ```
Expand All @@ -70,7 +70,7 @@ To do this, you add your username to the trusted users in `/etc/nix/nix.conf`, e
> sudo systemctl restart nix-daemon
> ```

> ℹ️ For macOS users, this means adding this line to the `/etc/nix/nix.conf`:
> ℹ️ For macOS users, the configuration file is found in the same place as Ubuntu, but the added line is slightly different:
> ```
> trusted-users = root @admin
> ```
Expand Down