From fb8b55b2c9d45d018e14c51ab54913b8888b6094 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Sat, 17 Dec 2022 19:46:25 +0100 Subject: [PATCH] add the mail module to flake.nix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 335440c..ef4e809 100755 --- a/flake.nix +++ b/flake.nix @@ -61,6 +61,7 @@ ./modules/sops.nix ./modules/ldap.nix # ./modules/keycloak.nix replaced by portunus + ./modules/mail.nix ./modules/nginx.nix ./modules/hedgedoc.nix ./modules/wiki.nix