dotfiles/nixcfgs/modules/nixos/services/exp.nix
2025-10-24 21:27:22 +01:00

5 lines
85 B
Nix

{ ... }:
{
services.syncthing.enable = true;
services.tailscale.enable = true;
}