diff --git a/modules/services/tailscale.nix b/modules/services/tailscale.nix new file mode 100644 index 0000000..798922f --- /dev/null +++ b/modules/services/tailscale.nix @@ -0,0 +1,7 @@ +{ + flake.modules.nixos.tailscale = { + services.tailscale = { + enable = true; + }; + }; +}