Added changes to develop with Jetbot
This commit is contained in:
@@ -9,7 +9,11 @@ in
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
# See https://github.com/tailscale/tailscale/issues/4432
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
networking = {
|
||||
firewall.checkReversePath = "loose";
|
||||
nameservers = [ "100.80.195.56" ];
|
||||
networkmanager.dns = "none";
|
||||
};
|
||||
services.tailscale.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user