Enable the "shell" data type to allow easy terminal shell customization

This commit is contained in:
Ribbon 2024-07-16 11:08:29 +00:00
parent 6f5239b5a1
commit 7aa4749fcd

View file

@ -175,10 +175,12 @@ uid = 0
gid = 0 gid = 0
name = "root" name = "root"
home = "/root" home = "/root"
shell = "/usr/bin/ion"
[users.user] [users.user]
# Password is unset # Password is unset
password = "" password = ""
shell = "/usr/bin/ion"
# Group settings # Group settings
[groups.sudo] [groups.sudo]