refactor(email-options): rename selfprivacy.email.subdomain to domain

This commit is contained in:
2025-09-16 17:11:03 +03:00
parent d843c14ffd
commit 544c9b81b4
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ let
inherit (value) hashedPasswordFile sendOnly;
}
) sp.email;
extraDomains = lib.mapAttrsToList (_: value: value.subdomain) sp.email;
extraDomains = lib.mapAttrsToList (_: value: value.domain) sp.email;
extraTargets = lib.mapAttrsToList (_: value: value.systemdTargets) sp.email;
in
lib.mkIf sp.modules.simple-nixos-mailserver.enable (