Skip to content

Commit

Permalink
Enable tailscale in NixOS desktops
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 30, 2024
1 parent 24a5248 commit 89fc918
Showing 1 changed file with 3 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;
}

0 comments on commit 89fc918

Please sign in to comment.