From c2078d3e8be3bec0248c3f272ec6bebf46093196 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 18 Feb 2024 10:58:23 +0530 Subject: kay/mail: init --- modules/userdata.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/userdata.nix') diff --git a/modules/userdata.nix b/modules/userdata.nix index 46c7377..00f0e13 100644 --- a/modules/userdata.nix +++ b/modules/userdata.nix @@ -18,7 +18,7 @@ in }; email = mkOption { type = types.str; - default = "sinan@firemail.cc"; + default = "sinan@${cfg.domain}"; description = mdDoc "Owner's email"; }; }; -- cgit v1.2.3