8 lines
105 B
Nix
8 lines
105 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
extraUpFlags = [ "--operator=user" ];
|
|
};
|
|
}
|