alpha: allow 25/tcp
This commit is contained in:
parent
62d7c55237
commit
70a3d521c2
|
@ -91,7 +91,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall.allowedUDPPorts = [51820 51821];
|
firewall.allowedTCPPorts = [
|
||||||
|
25 # @sortseer.dk
|
||||||
|
];
|
||||||
|
firewall.allowedUDPPorts = [
|
||||||
|
51820 # wg-sigma-public
|
||||||
|
51821 # wg-sigma-p2p
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets.wireguard-preshared-key-file = {
|
age.secrets.wireguard-preshared-key-file = {
|
||||||
|
|
Loading…
Reference in a new issue