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
5 changes: 4 additions & 1 deletion Installation_TrueNAS_GUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ Now that we have it installed a few more steps are required.
### User and Group Setup
Creation of a user and group is handled by the package on installation but if you want to use your own, set that up now.

#### Example:
`pw useradd -n "USER_YOU_WANT" -u "USER_ID" -d /nonexistent -s /usr/sbin/nologin`

We still are not done with the shell!

### Service Setup
Expand Down Expand Up @@ -210,4 +213,4 @@ This is similar to installing Jellyfin but with fewer steps:
- Change Type to 'Script'
- Navigate to '/root/enable_gpu_jails.sh'
- Change When to 'PostInit'
- Click [Submit]
- Click [Submit]