Skip to content

Commit

Permalink
move to stalwart
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Jun 7, 2024
1 parent 27a8a35 commit 1726ea3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions hosts/carrot/authentik.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
paths.media = "/var/lib/authentik/media";
media.enable_upload = true;
email = {
host = "smtp.mailbox.org";
port = 587;
username = "[email protected]";
use_tls = true;
use_ssl = false;
host = "mail.xanderio.de";
port = 465;
username = "authentik";
use_tls = false; # STARTTLS
use_ssl = true; # implicited SSL/TLS
from = "[email protected]";
};
};
Expand Down
2 changes: 1 addition & 1 deletion hosts/carrot/mail.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ in
x.sops.secrets."services/stalwart/adminPwd" = { };

security.acme.certs."${domain}" = {
extraDomainNames = [ "autoconfig.bitflip.jetzt" "autodiscovery.bitflip.jetzt" ];
extraDomainNames = [ "autoconfig.bitflip.jetzt" "autodiscovery.bitflip.jetzt" "autoconfig.xanderio.de" "autodiscovery.xanderio.de" ];
};

systemd.services.stalwart-mail = {
Expand Down
6 changes: 3 additions & 3 deletions secrets/services/authentik.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
authentik:
secret_key: ENC[AES256_GCM,data:5Uh8y9ovTl0Izdls1hlJs6FumYwWQyrmu1IUkcJrkcdMGYVXKcPcA78B1KM=,iv:Cc7MnJFa7sCPaVEm+51kXjFtIK6FUhewxGMaEGLuR7w=,tag:inrgX3NnUEzIcZozjoJZwA==,type:str]
email_password: ENC[AES256_GCM,data:362IPpOnA6pCRgXv03w=,iv:t0JMTOE+KF1lnMINJt8I9VzdOwf+vYR5OUbIrmxtr5w=,tag:59606yqHamSWyd6QQ9b5zw==,type:str]
email_password: ENC[AES256_GCM,data:1f/V5WqZrNDcr8XXg1RowI5gUg==,iv:e+K9Ux2Ggl/tpRPrbw66OfVIc7TuS0GVXb+OU6maMAc=,tag:xKhFMvgDkcjlOttHab7Eig==,type:str]
sops:
kms: []
gcp_kms: []
Expand Down Expand Up @@ -35,8 +35,8 @@ sops:
TzdiVkJ1ejl6Syt2bE8xNXltVWd3UG8KeqODNxL+gLI3kJvd8x4czKq8MNf4itT/
98QYI1FI+Ag2j4Vf5RMmRtmQfFOrcv8r7oETiyskhLQF6f5aypttww==
-----END AGE ENCRYPTED FILE-----
lastmodified: "2023-12-25T12:21:52Z"
mac: ENC[AES256_GCM,data:DB+WjlAE39OP/TAXcomPy3Sp9JxeTur6MouP5wwj55urBf/I6+OfpFSiZiIMQ3h1TdrGLD629Mjm4QAKL8gXNci1bADwQe4W3Q9S5AwxIpXtp86DOoSkVcUJkUMO+adhArgJXIIq8Wq0KOsXWf0mm/NR5pDlQNpbHAPuIsE8vsc=,iv:Nlq066DkvueEuaK6B49ommk11UZZ1GozrMxOXVKTHu4=,tag:6ds8ccDiWNCI6jbfGtOvaA==,type:str]
lastmodified: "2024-06-07T12:43:02Z"
mac: ENC[AES256_GCM,data:7FdnNDCcMosKctWPGQFG1r2h/QHB6ivJRadcWDkOYYOykG/6ogEBW0SToZHG81iVRFYLlY6O0SWhYfUtArtYnMYlmruPVoGIjdSP/lkEmJ3cnL7BIXdxaQKCXEfeu4jBF0I1a7abQVy5AJgGw5pUgcVUN+mcZvBNCYG1eJaEcY0=,iv:rOXp5kJu69e2T1Utsx6GhSseAVqUNvWi9WJ4e2nE3p0=,tag:1ofLr2AYMSrZjIs2nAwaHQ==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.8.1

0 comments on commit 1726ea3

Please sign in to comment.