haylin: change to zsh
This commit is contained in:
parent
d44ab3264e
commit
475d4eaa32
1 changed files with 9 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
};
|
||||
users.users.haylin = {
|
||||
uid = 2001;
|
||||
isNormalUser = true;
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHavg+rhFmR2p9wuWiO4VxKaIXpq1gOm17jCoZ9jMxvL haylin@haytop"
|
||||
|
@ -209,4 +210,11 @@
|
|||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOj+DQCZunwwzONXSzs78KCLjmRlogiyFvCx/1nPlQxA nate@seven"
|
||||
];
|
||||
};
|
||||
users.users."andrew" = {
|
||||
uid = 2028;
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGdXOWtfMc++PE+WBVnqABZ1FWqmOSrsy40w5Kvrkfpe arfrie22@protonmail.com"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue