8 lines
107 B
Nix
8 lines
107 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|