diff --git a/modules/global/common.nix b/modules/global/common.nix index 5d07934..1ff2e09 100644 --- a/modules/global/common.nix +++ b/modules/global/common.nix @@ -1,5 +1,7 @@ -{ ... }: +{ config, ... }: { + _module.args.common = config.common; + common = rec { domain = "inx.moe"; subdomain = subdomain: "${subdomain}.${domain}";