8 lines
100 B
Nix
8 lines
100 B
Nix
{
|
|
flake.modules.nixos.tailscale = {
|
|
services.tailscale = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|