about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-10-17 14:37:42 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-10-17 14:37:42 +0200
commit63df6f75b532931a1353884a883fb8425455bc26 (patch)
treed101aa85b4971b2cca9b56f3b8e155c82edb5d90 /modules
parent696ab47474618be8d24fe63e3e119eb2c863dca5 (diff)
downloaddots-63df6f75b532931a1353884a883fb8425455bc26.tar.gz
dots-63df6f75b532931a1353884a883fb8425455bc26.zip
Uncomment SSL for obsidian
Diffstat (limited to 'modules')
-rw-r--r--modules/obsidian-livesync.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/obsidian-livesync.nix b/modules/obsidian-livesync.nix
index 17f3a1c..5841202 100644
--- a/modules/obsidian-livesync.nix
+++ b/modules/obsidian-livesync.nix
@@ -72,8 +72,8 @@ in
 		services.nginx = {
 			enable = true;
 			virtualHosts.${cfg.domain} = {
-#				enableACME = true;
-#				forceSSL = true;
+				enableACME = true;
+				forceSSL = true;
 				locations."/" = {
 					proxyPass = "http://127.0.0.1:${toString couchdb-port}";
 			        	extraConfig = ''