From 34de369cd0abdfb3e271601f12e94da8ffe053d9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 27 Dec 2025 10:36:46 +0100 Subject: [PATCH] bleh --- nix/modules/default/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";