We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2fea7 commit 40975a8Copy full SHA for 40975a8
flake.nix
@@ -95,6 +95,7 @@
95
96
tailscaleAuthKeyFile = mkOption {
97
type = types.nullOr types.path;
98
+ default = null;
99
description = "Path to file containing the Tailscale Auth Key";
100
};
101
0 commit comments