Configuration for my NixOS based systems and Home Manager

Tailscale routing for misaki

+2
+2
host-specific/misaki/networking.nix
··· 95 ]; 96 }; 97 98 services.avahi = { 99 enable = true; 100 nssmdns4 = true;
··· 95 ]; 96 }; 97 98 + services.tailscale.useRoutingFeatures = "both"; 99 + 100 services.avahi = { 101 enable = true; 102 nssmdns4 = true;