Turns out I need port 80 for acme, whoops
This commit is contained in:
parent
6069da2e1d
commit
2d61e291a9
4 changed files with 11 additions and 9 deletions
|
@ -16,6 +16,9 @@
|
|||
recommendedGzipSettings = true;
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 443 ];
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue