opens https port on home server
This commit is contained in:
parent
e7ee8957f8
commit
8836d09110
1 changed files with 2 additions and 2 deletions
|
|
@ -62,10 +62,10 @@
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
9002 # Actual
|
443
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
9002 # Actual
|
443
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue