From a67739e030d161995643b0d39af1070d3971b749 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 14 Feb 2026 16:43:10 +0100 Subject: [PATCH] Revert "Temporarily change default shell" Most configs don't have bash installed. This reverts commit 95ea0ffacad56d360a1779021bd12e7b7c7fcdaa. --- config/base.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/base.toml b/config/base.toml index 786c0013..15bb0176 100644 --- a/config/base.toml +++ b/config/base.toml @@ -276,12 +276,12 @@ uid = 0 gid = 0 name = "root" home = "/root" -shell = "/usr/bin/bash" +shell = "/usr/bin/ion" [users.user] # Password is unset password = "" -shell = "/usr/bin/bash" +shell = "/usr/bin/ion" # Group settings [groups.sudo]