Use correct email
This commit is contained in:
parent
e546c70eaa
commit
f5e5e263ef
@ -40,7 +40,7 @@ let
|
|||||||
informis = "informis.land";
|
informis = "informis.land";
|
||||||
};
|
};
|
||||||
email = if (opts.email != null) then
|
email = if (opts.email != null) then
|
||||||
email
|
opts.email
|
||||||
else
|
else
|
||||||
"${name}@${domains."${opts.primary-group}"}";
|
"${name}@${domains."${opts.primary-group}"}";
|
||||||
in ''
|
in ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user