From 146026f7bd704aa80e09fedac08e47754f9ac2f4 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 9 Sep 2023 11:45:52 +0530 Subject: hosts/kay/modules/www: init --- modules/userdata.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules') diff --git a/modules/userdata.nix b/modules/userdata.nix index 24088a9..9873ded 100644 --- a/modules/userdata.nix +++ b/modules/userdata.nix @@ -10,6 +10,11 @@ in default = "sinan"; description = mdDoc "Owner's username"; }; + description = mkOption { + type = types.str; + default = "sinanmohd"; + description = mdDoc "Owner's description"; + }; groups = mkOption { type = types.listOf types.str; default = []; @@ -20,6 +25,11 @@ in default = "sinanmohd.com"; description = mdDoc "Owner's domain"; }; + email = mkOption { + type = types.str; + default = "sinan@firemail.cc"; + description = mdDoc "Owner's email"; + }; pubKeys = mkOption { type = types.listOf types.str; description = mdDoc "Owner's public ssh keys"; -- cgit v1.2.3