diff --git a/nix/modules/default/default.nix b/nix/modules/default/default.nix index 04876509a..3f739af1a 100644 --- a/nix/modules/default/default.nix +++ b/nix/modules/default/default.nix @@ -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";