Use zsh for root user

This commit is contained in:
Evie Litherland-Smith 2023-05-29 09:39:25 +01:00
parent 7e69d6a9cf
commit 7d57d89e02

View file

@ -15,6 +15,7 @@
firewall = {enable = true;};
};
users.users.root.shell = pkgs.zsh;
users.users.xenia = {
isNormalUser = true;
description = "Evie Litherland-Smith";