diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-09-09 11:45:52 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-09-11 13:44:14 +0530 |
commit | 146026f7bd704aa80e09fedac08e47754f9ac2f4 (patch) | |
tree | d0bf90d69eae592cab13b07befde180a463144be /common.nix | |
parent | e72c86c26271ba88e8b5ea1db9baf1fdd2501945 (diff) |
hosts/kay/modules/www: init
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,7 @@ let user = config.userdata.user; groups = config.userdata.groups; + description = config.userdata.description; pubKeys = config.userdata.pubKeys; host = config.networking.hostName; in @@ -31,6 +32,7 @@ in # users users.users.${user} = { + description = description; isNormalUser = true; extraGroups = [ "wheel" |