Compare commits
2 commits
7c362f5a42
...
8f92fe37cd
Author | SHA1 | Date | |
---|---|---|---|
8f92fe37cd | |||
5c0e07428a |
1 changed files with 2 additions and 7 deletions
|
@ -91,13 +91,8 @@
|
|||
};
|
||||
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [
|
||||
25 # @sortseer.dk
|
||||
];
|
||||
firewall.allowedUDPPorts = [
|
||||
51820 # wg-sigma-public
|
||||
51821 # wg-sigma-p2p
|
||||
];
|
||||
firewall.allowedTCPPorts = [25];
|
||||
firewall.allowedUDPPorts = [51820 51821];
|
||||
};
|
||||
|
||||
age.secrets.wireguard-preshared-key-file = {
|
||||
|
|
Loading…
Reference in a new issue