From b88d8508cf3c0ccf1746795e7c04a173e6e0d0e4 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 4 Aug 2021 13:42:52 +0300 Subject: Fixed lack of default for internalTokenFile --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') 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."; }; -- cgit 1.4.1