From 3a47c43741c1f286e3c7a01f5dc23d4c108195c3 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Tue, 16 Apr 2024 18:50:51 +0200 Subject: [PATCH] tomate: use zsh as default shell --- hosts/tomate/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tomate/configuration.nix b/hosts/tomate/configuration.nix index 58a4c85..72d7514 100644 --- a/hosts/tomate/configuration.nix +++ b/hosts/tomate/configuration.nix @@ -27,6 +27,7 @@ ]; }; }; + users.users.root.shell = pkgs.zsh; # Set your time zone.