added tailscale config.

This commit is contained in:
Gabe Venberg 2024-07-22 12:30:59 -05:00
parent c273d5f3c6
commit 0bb1f38a63

View file

@ -0,0 +1,13 @@
{
config,
pkgs,
inputs,
configLib,
lib,
...
}: {
services.tailscale = {
enable = true;
openFirewall = true;
};
}