Compare commits
6 commits
d950c1fa23
...
f04ec5fbc6
| Author | SHA1 | Date | |
|---|---|---|---|
| f04ec5fbc6 | |||
| 796213b0ed | |||
| 6094ff7d12 | |||
| 6a172bc574 | |||
| 6bedb95929 | |||
| 12790d5444 |
1 changed files with 4 additions and 2 deletions
|
|
@ -81,7 +81,10 @@
|
|||
../../modules/serviceTests/mocks.nix
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 443 ];
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
|
||||
security.acme.certs."tlater.net".extraDomainNames = [ config.services.nginx.domain ];
|
||||
|
||||
|
|
@ -90,7 +93,6 @@
|
|||
|
||||
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