mirror of
https://github.com/smg1024/homelab.git
synced 2026-05-22 20:32:58 +09:00
add tailscale module
This commit is contained in:
parent
0312eac789
commit
1ba863c588
1 changed files with 9 additions and 1 deletions
|
|
@ -1 +1,9 @@
|
|||
# TODO: Define Tailscale settings.
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
|
||||
networking.firewall.trustedInterfaces = [
|
||||
"tailscale0"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue