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