We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a421a4e commit a495765Copy full SHA for a495765
flake.nix
@@ -94,8 +94,9 @@
94
};
95
96
tailscaleAuthKeyFile = mkOption {
97
- type = types.path;
98
- description = "Path to file containing the Tailscale Auth Key";
+ type = types.nullOr types.path;
+ default = null;
99
+ description = "Path to file containing the Tailscale Auth Key, if null check golink journal for login link to authorize against the tailnet.";
100
101
102
verbose = mkOption {
0 commit comments