From d1e4ae22d2eb7ea2502262704c2336464801b45f Mon Sep 17 00:00:00 2001 From: joshashtondev Date: Thu, 6 Aug 2026 23:08:32 -0600 Subject: [PATCH] =?UTF-8?q?nixos:=20gen=2014=20@=20lavender=20=E2=80=94=20?= =?UTF-8?q?2026-08-06=2023:08=2026.05.20260724.597283a=20(Yarara)=20-----?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/security/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/security/users.nix b/system/security/users.nix index eeaeb78..ddefcb0 100644 --- a/system/security/users.nix +++ b/system/security/users.nix @@ -19,7 +19,7 @@ description = "heliotrope remote server backups."; group = "heliotrope-backups"; - shell = pkgs.zsh; + shell = pkgs.bash; }; users.users.root = {