summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-27 10:36:46 +0100
committerRory& <root@rory.gay>2025-12-27 10:36:46 +0100
commit34de369cd0abdfb3e271601f12e94da8ffe053d9 (patch)
treea5f64f954ed36e0c3c9227672c5d504cca709db9
parentFix copy paste failure (diff)
downloadserver-ts-34de369cd0abdfb3e271601f12e94da8ffe053d9.tar.xz
bleh
-rw-r--r--nix/modules/default/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/default/default.nix b/nix/modules/default/default.nix

index 04876509..3f739af1 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";