From c7c3cef173b7948a9f635b16ec056450e6e66fce Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 11 Jul 2022 00:37:18 +0100 Subject: [PATCH] Fix user login shell issue --- hosts/common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 71d703a..abc5c8e 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -64,6 +64,8 @@ EDITOR = "hx"; }; + programs.zsh.enable = true; + services = { openssh.enable = true;