From 64be5cc145d54b9d50cd61623daa9ec7a3d4e4b5 Mon Sep 17 00:00:00 2001 From: Henri Menke Date: Wed, 22 Feb 2023 20:41:17 +0100 Subject: [PATCH] nixos/alps: fix embarrasing typo --- nixos/modules/services/web-apps/alps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/alps.nix b/nixos/modules/services/web-apps/alps.nix index 1a58df2da1d2..05fb676102df 100644 --- a/nixos/modules/services/web-apps/alps.nix +++ b/nixos/modules/services/web-apps/alps.nix @@ -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}" ]; }; };