feat(system): enable Mullvad VPN for server

Configure it to exclude incoming traffic for web server.
This commit is contained in:
Felix Schröter 2023-04-29 21:13:21 +02:00
parent a2d2991e32
commit c90efc40f8
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 22 additions and 2 deletions

View file

@ -106,7 +106,6 @@ in with builtins; {
services.nginx = {
enable = true;
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;