hosts/plover: update Tailscale config

This commit is contained in:
Gabriel Arazas 2024-10-02 21:18:16 +08:00
parent c978f61e7e
commit 0861bbd0bf
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -36,6 +36,7 @@
# We're using our own VPN configuration for this one.
suites.vpn.personal.enable = true;
services.tailscale.useRoutingFeatures = "server";
# Post installation script to be executed manually by the provisioner.
system.build.postInstallationScript = pkgs.writeShellApplication {