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"; + }; }