mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 04:02:54 -05:00
users: set defaultUserShell to zsh
This commit is contained in:
parent
c28f4b6cff
commit
4a5b5b74c4
|
@ -1,4 +1,4 @@
|
|||
self: {
|
||||
self: {pkgs, ...}: {
|
||||
imports = [
|
||||
./aly
|
||||
./dustin
|
||||
|
@ -8,6 +8,7 @@ self: {
|
|||
programs.zsh.enable = true;
|
||||
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
mutableUsers = false;
|
||||
|
||||
users.root.openssh.authorizedKeys.keys = [
|
||||
|
|
Loading…
Reference in a new issue