about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ada99e8..b8ba086 100644
--- a/flake.nix
+++ b/flake.nix
@@ -106,6 +106,7 @@
           };
           internalTokenFile = mkOption {
             type = types.nullOr types.str;
+            default = null;
             example = "/run/secrets/kittybox-shared-secret";
             description = "A shared secret that will, when passed, allow unlimited editing access to database. Keep it safe.";
           };