Use zsh for root user
This commit is contained in:
parent
7e69d6a9cf
commit
7d57d89e02
|
@ -15,6 +15,7 @@
|
||||||
firewall = {enable = true;};
|
firewall = {enable = true;};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.root.shell = pkgs.zsh;
|
||||||
users.users.xenia = {
|
users.users.xenia = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Evie Litherland-Smith";
|
description = "Evie Litherland-Smith";
|
||||||
|
|
Loading…
Reference in a new issue