nixos/alps: fix embarrasing typo

This commit is contained in:
Henri Menke
2023-02-22 20:41:17 +01:00
parent 1ad0905d04
commit 64be5cc145
+1 -1
View File
@@ -84,7 +84,7 @@ in {
"-addr" "${cfg.bindIP}:${toString cfg.port}"
"-theme" "${cfg.theme}"
"imaps://${cfg.imaps.host}:${toString cfg.imaps.port}"
"smpts://${cfg.smtps.host}:${toString cfg.smtps.port}"
"smtps://${cfg.smtps.host}:${toString cfg.smtps.port}"
];
};
};