···5757 # Use dbus-broker for higher D-Bus performance
5858 services.dbus.implementation = "broker";
59596060- services.tailscale.enable = true;
6161-6260 # This is very bizarre.
6361 #
6462 # Within the Tangled CI environment there's no user information at all,
···9795 '';
9896 };
9997 nftables.enable = true;
9898+ };
9999+100100+ services.tailscale.enable = true;
101101+102102+ # Make nftables wait for tailscaled to go up
103103+ systemd.services.nftables = {
104104+ after = [ "tailscaled.service" ];
105105+ wants = [ "tailscaled.service" ];
100106 };
101107102108 i18n = {