Files
nix-dotfiles-v2/modules/tailscale.nix
2025-08-22 12:40:52 +02:00

14 lines
96 B
Nix

{
config,
pkgs,
lib,
...
}:
{
imports = [ ];
services.tailscale.enable = true;
}