Set zsh as the default shell

This commit is contained in:
Serĉanto de Scio 2019-07-02 13:12:01 +10:00
parent 1ebbd79e6b
commit e3e884dd9a
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -16,9 +16,17 @@
security.sudo.enable = true;
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:
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.mutableUsers = false; # Remove any users not defined in here