Fixed wireguard issue with firewall
This commit is contained in:
parent
8738fa3066
commit
3f6fcdc283
|
@ -20,6 +20,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
wifi.powersave = true;
|
wifi.powersave = true;
|
||||||
};
|
};
|
||||||
|
firewall = {
|
||||||
|
# Fix for wireguard
|
||||||
|
checkReversePath = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue