diff --git a/configuration.nix b/configuration.nix index 774867b..daf94a3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -115,13 +115,13 @@ in ]; services.openssh.enable = true; - services.dovecot2 = { - # extraConfig = '' - # auth_verbose = yes - # auth_debug = yes - # auth_debug_passwords = yes - # ''; - }; + # services.dovecot2 = { + # extraConfig = '' + # auth_verbose = yes + # auth_debug = yes + # auth_debug_passwords = yes + # ''; + # }; services.nginx.virtualHosts."auth.test.htw.stura-dresden.de".locations."/".extraConfig = '' proxy_set_header X-Forwarded-Proto $scheme;