fix(email options)
This commit is contained in:
@@ -22,9 +22,9 @@ let
|
|||||||
_: value: {
|
_: value: {
|
||||||
inherit (value) hashedPasswordFile sendOnly;
|
inherit (value) hashedPasswordFile sendOnly;
|
||||||
}
|
}
|
||||||
) sp.email;
|
) config.selfprivacy.email;
|
||||||
extraDomains = lib.mapAttrsToList (_: value: "${value.subdomain}.${sp.domain}") sp.email;
|
extraDomains = lib.mapAttrsToList (_: value: "${value.subdomain}.${sp.domain}") config.selfprivacy.email;
|
||||||
extraTargets = lib.mapAttrsToList (_: value: value.systemdTargets) sp.email;
|
extraTargets = lib.mapAttrsToList (_: value: value.systemdTargets) config.selfprivacy.email;
|
||||||
in
|
in
|
||||||
lib.mkIf sp.modules.simple-nixos-mailserver.enable (
|
lib.mkIf sp.modules.simple-nixos-mailserver.enable (
|
||||||
lib.mkMerge [
|
lib.mkMerge [
|
||||||
|
Reference in New Issue
Block a user