Add description for user

This commit is contained in:
Aaron Honeycutt 2022-08-12 14:56:21 +00:00
parent b03dd951fc
commit 0ce421de45

View file

@ -50,6 +50,7 @@
# Define user accounts
users.extraUsers.aaronh = {
description = "Aaron Honeycutt";
home = "/home/aaronh";
extraGroups = [ "wheel" "networkmanager" "adm"];
isNormalUser = true;