Disable netmaker netclient
This commit is contained in:
parent
845080702c
commit
4fc0673d46
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue