up
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
} // lib.optionalAttrs pkgs.stdenv.isLinux {
|
||||
useRoutingFeatures = "server";
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user