14 lines
137 B
Nix
14 lines
137 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
inputs,
|
|
configLib,
|
|
lib,
|
|
...
|
|
}: {
|
|
services.tailscale = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|