thrall: Add user description

This commit is contained in:
Alexander Kobjolke 2024-01-31 16:13:37 +01:00
parent eccc0f0afd
commit d769f177b2

View file

@ -131,6 +131,7 @@ in {
# Define a user account. Don't forget to set a password with passwd.
users.users.alex = {
description = "Alexander Kobjolke";
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
shell = pkgs.zsh;