Set zsh as the default shell
This commit is contained in:
parent
1ebbd79e6b
commit
e3e884dd9a
|
@ -16,9 +16,17 @@
|
||||||
security.sudo.enable = true;
|
security.sudo.enable = true;
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
|
# Program defauls for Linode VMs
|
||||||
|
programs.zsh.enable = true;
|
||||||
|
programs.zsh.autosuggestions.enable = true;
|
||||||
|
programs.zsh.ohMyZsh.enable = true;
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
services.openssh.enable = true; # Enable the OpenSSH daemon.
|
services.openssh.enable = true; # Enable the OpenSSH daemon.
|
||||||
|
|
||||||
|
# Set the default shell for all users
|
||||||
|
users.defaultUserShell = "/run/current-system/sw/bin/zsh";
|
||||||
|
|
||||||
# Users common across MIO Ops:
|
# Users common across MIO Ops:
|
||||||
users.mutableUsers = false; # Remove any users not defined in here
|
users.mutableUsers = false; # Remove any users not defined in here
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue