tailscale, headscale: init
This commit is contained in:
parent
b35fefbf98
commit
a98fd9ba83
5 changed files with 67 additions and 0 deletions
8
common/tailscale.nix
Normal file
8
common/tailscale.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
extraUpFlags = [ "--login-server" "https://headscale.unspecified.systems" ]; # TODO: doesn't work (nixos bug); needs connecting/specifying manually
|
||||
extraDaemonFlags = [ "--no-logs-no-support" ]; # disable telemetry
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue