10 lines
127 B
Nix
10 lines
127 B
Nix
|
{ ... }: {
|
||
|
|
||
|
services.tailscale = {
|
||
|
# TODO: configure declaratively
|
||
|
enable = true;
|
||
|
interfaceName = "ts0";
|
||
|
};
|
||
|
|
||
|
}
|