summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/userdata.nix10
1 files changed, 10 insertions, 0 deletions
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";