thrall: Add user description
This commit is contained in:
parent
eccc0f0afd
commit
d769f177b2
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ in {
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.alex = {
|
users.users.alex = {
|
||||||
|
description = "Alexander Kobjolke";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue