From 6e1f615b4b0e36b98d179dc4bcab79acdc200c56 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 11 Jun 2021 07:59:14 -0400 Subject: Deploy grocy --- Biz/Cloud/Web.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Biz/Cloud/Web.nix') diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix index 2a47fc1..fd28eee 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -42,7 +42,7 @@ in statusPage = true; user = "nginx"; - group = "www-data"; + group = "nginx"; virtualHosts = { ${rootDomain} = { @@ -152,6 +152,10 @@ in # proxyWebsockets = true; # }; #}; + "grocy.${rootDomain}" = { + useACMEHost = rootDomain; + forceSSL = true; + }; }; }; }; @@ -166,5 +170,6 @@ in "dandel-rovbur.${rootDomain}" "sabten.${rootDomain}" "cal.${rootDomain}" + "grocy.${rootDomain}" ];# } -- cgit v1.2.3