Compare commits
6 commits
f04ec5fbc6
...
d950c1fa23
| Author | SHA1 | Date | |
|---|---|---|---|
| d950c1fa23 | |||
| 5e488337b4 | |||
| 54a12223ea | |||
| eef7f004b3 | |||
| 86a8df5004 | |||
| f2ef91672b |
1 changed files with 2 additions and 4 deletions
|
|
@ -81,10 +81,7 @@
|
|||
../../modules/serviceTests/mocks.nix
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
networking.firewall.allowedTCPPorts = [ 443 ];
|
||||
|
||||
security.acme.certs."tlater.net".extraDomainNames = [ config.services.nginx.domain ];
|
||||
|
||||
|
|
@ -93,6 +90,7 @@
|
|||
|
||||
virtualHosts."${config.services.nginx.domain}" = {
|
||||
useACMEHost = "tlater.net";
|
||||
onlySSL = true;
|
||||
enableHSTS = true;
|
||||
locations."/".return = "200 ok";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue