Compare commits
2 commits
8f92fe37cd
...
7c362f5a42
Author | SHA1 | Date | |
---|---|---|---|
7c362f5a42 | |||
70a3d521c2 |
1 changed files with 7 additions and 2 deletions
|
@ -91,8 +91,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall.allowedTCPPorts = [25];
|
firewall.allowedTCPPorts = [
|
||||||
firewall.allowedUDPPorts = [51820 51821];
|
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