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

4 lines
83 B
Nix

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