Skip to content

Commit be2fea7

Browse files
authored
allow null tailscaleAuthKeyFile
shooting blanks for testing, not sure if this will work
1 parent 6826e70 commit be2fea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
};
9595

9696
tailscaleAuthKeyFile = mkOption {
97-
type = types.path;
97+
type = types.nullOr types.path;
9898
description = "Path to file containing the Tailscale Auth Key";
9999
};
100100

0 commit comments

Comments
 (0)