about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-02-07 16:19:16 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-02-07 16:19:16 +0100
commit892925f75b69bdc9e7b592e577f74e6c0f7c8936 (patch)
tree02f4c7283d78d2b006faf92ae9d65b6407025b69
parent5d2dbdfdec06afd5899792167934cf1b69bc9ae1 (diff)
downloaddots-892925f75b69bdc9e7b592e577f74e6c0f7c8936.tar.gz
dots-892925f75b69bdc9e7b592e577f74e6c0f7c8936.zip
exclusive options
-rw-r--r--machines/srv1/configuration.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/machines/srv1/configuration.nix b/machines/srv1/configuration.nix
index 409001b..eebec00 100644
--- a/machines/srv1/configuration.nix
+++ b/machines/srv1/configuration.nix
@@ -62,7 +62,6 @@ in
 
   services.nginx.enable = true;
   services.nginx.virtualHosts."srv1.niedzwiedzinski.cyou" = {
-    addSSL = true;
     enableACME = true;
     forceSSL = true;
     root = "/var/www/srv1.niedzwiedzinski.cyou";
@@ -70,7 +69,6 @@ in
   services.nginx.virtualHosts."git.niedzwiedzinski.cyou" = {
     locations."/".proxyPass = "http://localhost:8080/cgit/";
     locations."/cgit/".proxyPass = "http://localhost:8080";
-    addSSL = true;
     enableACME = true;
     forceSSL = true;
   };