{ self, inputs, ... }: { flake.nixosModules.tailscale = { pkgs, lib, ... }: { config = { services.tailscale.enable = true; }; }; }