Disable netmaker netclient

This commit is contained in:
Tristan D. 2024-11-18 18:54:28 +01:00
parent 845080702c
commit 4fc0673d46
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -4,6 +4,9 @@
, ...
}: {
networking = {
firewall.checkReversePath = lib.mkForce false;
firewall.trustedInterfaces = ["tailscale0"];
networkmanager.enable = true;
networkmanager.dispatcherScripts = [
{
@ -65,7 +68,7 @@
};
netclient = {
enable = true;
enable = false;
package = pkgs.netclient;
};