From 8e383305ccc7d23e8b2a37cf0fe3b90a1fc924b4 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 17 Oct 2024 16:51:43 -0500 Subject: [PATCH] feat: nextcloud test --- nixos/modules/services/default.nix | 2 +- nixos/modules/services/nextcloud.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/modules/services/default.nix b/nixos/modules/services/default.nix index d9f1fbe..96c1463 100755 --- a/nixos/modules/services/default.nix +++ b/nixos/modules/services/default.nix @@ -26,6 +26,6 @@ # Maybe the port, or some configuration thing. It's unclear. # Might actually have to wait for the package to get uncucked. 👇 - # ./nextcloud.nix + ./nextcloud.nix ]; } diff --git a/nixos/modules/services/nextcloud.nix b/nixos/modules/services/nextcloud.nix index a3bb1bd..e4af390 100755 --- a/nixos/modules/services/nextcloud.nix +++ b/nixos/modules/services/nextcloud.nix @@ -73,8 +73,6 @@ in { virtualHosts = { "https://${host}" = { extraConfig = '' - reverse_proxy ${localhost}:${toString nextcloud.ports.port0} - tls ${nextcloud.ssl.cert} ${nextcloud.ssl.key} ''; };