From 4ec7f2f88c5670092b878996e3454792eb588125 Mon Sep 17 00:00:00 2001 From: glenn Date: Thu, 16 Jan 2025 09:18:32 +0100 Subject: [PATCH] cleanup --- nextcloud.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nextcloud.nix b/nextcloud.nix index 55438a3..0fdc0bd 100644 --- a/nextcloud.nix +++ b/nextcloud.nix @@ -140,9 +140,9 @@ in { hostname = "office.sondell.org"; jwtSecretFile = "/etc/nixos/.secrets/onlyoffice.jwt"; }; - # services.nginx.virtualHosts."office.sondell.org" = { - # forceSSL = true; - # enableACME = true; - # # locations."/".proxyPass = "http://12:8123"; - # }; + services.nginx.virtualHosts."office.sondell.org" = { + # forceSSL = true; + # enableACME = true; + # locations."/".proxyPass = "http://localhost:8123"; + }; }