fix: re add firewall configuration
This commit is contained in:
@@ -65,9 +65,10 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# networking.firewall = {
|
networking.firewall = {
|
||||||
# allowedUDPPorts = [ 51820 ];
|
allowedUDPPorts = [ 51820 ];
|
||||||
# };
|
trustedInterfaces = [ "wg0" ];
|
||||||
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /etc/wireguard 0700 root root -"
|
"d /etc/wireguard 0700 root root -"
|
||||||
|
|||||||
Reference in New Issue
Block a user