Fix user login shell issue

This commit is contained in:
2022-07-11 00:37:18 +01:00
parent 1ec3cd6615
commit c7c3cef173

View File

@@ -64,6 +64,8 @@
EDITOR = "hx"; EDITOR = "hx";
}; };
programs.zsh.enable = true;
services = { services = {
openssh.enable = true; openssh.enable = true;