dotfiles/common/systemModules/tailscale.nix

8 lines
79 B
Nix
Raw Normal View History

2024-10-02 17:19:34 -04:00
{ ... }: {
services = {
tailscale = {
enable = true;
};
};
}