global/common: add common to module args
This commit is contained in:
parent
83f1fb47bb
commit
c682b084e8
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
{ ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
_module.args.common = config.common;
|
||||
|
||||
common = rec {
|
||||
domain = "inx.moe";
|
||||
subdomain = subdomain: "${subdomain}.${domain}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue