From 390e3a4c982739d1c646352dd57fa5170fd4f4f0 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 25 Feb 2023 14:15:12 +0100 Subject: Fix(zsh): Make deployment possible --- system/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/users/default.nix') diff --git a/system/users/default.nix b/system/users/default.nix index adff5df3..97cf2ee0 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -23,7 +23,7 @@ in { isNormalUser = true; home = "/home/soispha"; createHome = true; - shell = pkgs.zsh; + # shell = pkgs.zsh; initialHashedPassword = cfg.hashedPassword; extraGroups = [ "wheel" -- cgit 1.4.1