mirror of
https://github.com/smg1024/homelab.git
synced 2026-05-22 20:32:58 +09:00
9 lines
117 B
Nix
9 lines
117 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.tailscale.enable = true;
|
|
|
|
networking.firewall.trustedInterfaces = [
|
|
"tailscale0"
|
|
];
|
|
}
|