Skip to content

Commit 40975a8

Browse files
committed
Add default null value
Signed-off-by: Marin <[email protected]>
1 parent be2fea7 commit 40975a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595

9696
tailscaleAuthKeyFile = mkOption {
9797
type = types.nullOr types.path;
98+
default = null;
9899
description = "Path to file containing the Tailscale Auth Key";
99100
};
100101

0 commit comments

Comments
 (0)