1{delib, ...}: 2delib.module { 3 name = "tailscale"; 4 5 options = delib.singleEnableOption true; 6 7 nixos.ifEnabled.services.tailscale = { 8 enable = true; 9 openFirewall = true; 10 useRoutingFeatures = "client"; 11 }; 12 13 # home.ifEnabled.services.tailscale-systray.enable = true; 14}