8 lines
101 B
Nix
8 lines
101 B
Nix
{
|
|
...
|
|
}:
|
|
|
|
{
|
|
config.services.tailscale.enable = true;
|
|
config.services.resolved.enable = true;
|
|
}
|