From 7aa4749fcd300304323dfd2e5392b86174af21da Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 16 Jul 2024 11:08:29 +0000 Subject: [PATCH] Enable the "shell" data type to allow easy terminal shell customization --- config/base.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/base.toml b/config/base.toml index 85f2ffc..d8eac5c 100644 --- a/config/base.toml +++ b/config/base.toml @@ -175,10 +175,12 @@ uid = 0 gid = 0 name = "root" home = "/root" +shell = "/usr/bin/ion" [users.user] # Password is unset password = "" +shell = "/usr/bin/ion" # Group settings [groups.sudo]