nix-config/system/network/tailscale.nix

6 lines
53 B
Nix

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