Files
Chickadee/modules/tailscale.nix
T

6 lines
69 B
Nix
Raw Normal View History

2026-07-29 18:21:26 -04:00
{ config, lib, pkgs, ... }:
{
services.tailscale.enable = true;
}