Encryption

This commit is contained in:
2025-04-18 13:52:08 +03:00
parent 49e0d86e06
commit bc2da7b287
7 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ let
isEnabled =
config.azos.mail.enable;
in {
optionns.azos.mail.enable = lib.mkOption {
options.azos.mail.enable = lib.mkOption {
default = true;
example = true;
type = lib.types.bool;