Skip to content

Commit

Permalink
Merge pull request #898 from kachick/tailscale
Browse files Browse the repository at this point in the history
Introduce tailscale
  • Loading branch information
kachick authored Oct 30, 2024
2 parents 24a5248 + 94aa16d commit 2474356
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,7 @@
fcitx5.waylandFrontend = true;
};
};

# TODO: Consider to use headscale
services.tailscale.enable = true;
}
3 changes: 3 additions & 0 deletions windows/winget/winget-pkgs-basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
},
{
"PackageIdentifier": "sxyazi.yazi"
},
{
"PackageIdentifier": "tailscale.tailscale"
}
],
"SourceDetails": {
Expand Down

0 comments on commit 2474356

Please sign in to comment.