Tailscale: Difference between revisions

mNo edit summary
Qweered (talk | contribs)
m tweak wording
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
{{File|3={
{{File|3={
   services.tailscale = {
   services.tailscale = {
    # Enable tailscale at startup
     enable = true;
     enable = true;
    # Enable tailscale at startup
    # If you would like to use a preauthorized key
    #authKeyFile = "/run/secrets/tailscale_key";


    # If you would like to use a preauthorized key, set
    # authKeyFile = "/run/secrets/tailscale_key";
    # Note: maximum expire time is 90 days
   };
   };
}|name=/etc/nixos/configuration.nix|lang=nix}}
}|name=/etc/nixos/configuration.nix|lang=nix}}