We are hosting grocy locally, not on the internet
diff --git a/src/apps/system/grocy.nix b/src/apps/system/grocy.nix
index 9a684e8..14b9848 100644
--- a/src/apps/system/grocy.nix
+++ b/src/apps/system/grocy.nix
@@ -13,6 +13,6 @@
 
     hostName = "grocy.services.local";
     dataDir = "/var/lib/grocy";
-    enableSSL = true;
+    nginx.enableSSL = false; # must be false as we are hosting locally
   };
 }