configs/net-overlay: disable tailscale log sending
This commit is contained in:
parent
6faf92f97b
commit
c90b9dc34d
@ -32,6 +32,7 @@ with lib; {
|
||||
config = mkMerge [
|
||||
(mkIf config.tailscale.enable {
|
||||
services = { tailscale = { enable = mkDefault true; }; };
|
||||
systemd.services.tailscaled.serviceConfig.Environment = [ "TS_NO_LOGS_NO_SUPPORT=true" ];
|
||||
networking.firewall.checkReversePath = mkDefault "loose";
|
||||
})
|
||||
(mkIf (config.tailscale.enable && config.tailscale.sshOnly) {
|
||||
|
Loading…
Reference in New Issue
Block a user