dots/modules/linux/tailscale.nix
2025-05-03 16:34:35 +10:00

8 lines
107 B
Nix

{ config, lib, pkgs, ... }:
{
services.tailscale = {
enable = true;
openFirewall = true;
};
}