This commit is contained in:
Rory&
2025-12-27 10:36:46 +01:00
parent 97d40540f8
commit 34de369cd0

View File

@@ -104,7 +104,7 @@ in
default = null;
description = "Path to the secret";
};
smtpPasswordPath = lib.MkOption {
smtpPasswordPath = lib.mkOption {
type = lib.types.nullOr lib.types.str;
default = null;
description = "Path to the secret";