From e9483582dff1ef061b5064b4df22235acde2a015 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 27 Jul 2025 16:34:23 +0300 Subject: [PATCH] testjust hydra --- hosts/wallfacer/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/wallfacer/configuration.nix b/hosts/wallfacer/configuration.nix index 28cbe14..173edc9 100644 --- a/hosts/wallfacer/configuration.nix +++ b/hosts/wallfacer/configuration.nix @@ -11,7 +11,7 @@ in myModules = { enableKDE = false; enableFonts = false; - enableNextcloud = true; + # enableNextcloud = true; enableHydra = true; }; @@ -22,7 +22,7 @@ in reverse_proxy localhost:${toString hydraPort} } handle_path /nextcloud* { - reverse_proxy localhost:443 + retun hello "Nextcloud is not configured yet. Please set up the service."; } ''; };