more tailscale changes

This commit is contained in:
William 2024-09-23 15:16:11 -03:00
parent 1e1079d102
commit 2f62d64544
3 changed files with 6 additions and 5 deletions

View file

@ -11,6 +11,7 @@
printing.enable = true;
udev.packages = with pkgs; [ yubikey-personalization ];
desktopManager.plasma6.enable = true;
tailscale.useRoutingFeatures = "client";
nginx = {
enable = true;
virtualHosts."localhost".root = inputs.homepage;