services/mail: Init

This commit is contained in:
kat witch 2021-09-10 22:17:32 +01:00
parent 1e869f3579
commit 377d4b45a2
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
16 changed files with 865 additions and 118 deletions

View file

@ -93,6 +93,7 @@ in
{
enable = true;
nixos.ipv6.address = mkIf tf.state.enable addr_ipv6_nix;
nixos.ipv6.selfaddress = mkIf tf.state.enable addr_ipv6_nix;
tf.ipv6.address = tf.resources."${config.networking.hostName}_ipv6".refAttr "ip_address";
};
};