From 0bfd4c172ca0b33334d06de32155bfcf54a75650 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 7 Jan 2026 14:50:27 +0000 Subject: Server updates --- host/Rory-ovh/services/cgit.nix | 1 + host/Rory-ovh/services/matrix/ooye.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'host') diff --git a/host/Rory-ovh/services/cgit.nix b/host/Rory-ovh/services/cgit.nix index 854dfdf..74cea8e 100644 --- a/host/Rory-ovh/services/cgit.nix +++ b/host/Rory-ovh/services/cgit.nix @@ -10,6 +10,7 @@ let base_cgit_config = { enable = true; nginx.virtualHost = "cgit.rory.gay"; + gitHttpBackend.checkExportOkFiles = false; #package = pkgs.cgit-pink; package = pkg; scanPath = "/data/git"; diff --git a/host/Rory-ovh/services/matrix/ooye.nix b/host/Rory-ovh/services/matrix/ooye.nix index ff13bf8..7b85c4f 100644 --- a/host/Rory-ovh/services/matrix/ooye.nix +++ b/host/Rory-ovh/services/matrix/ooye.nix @@ -3,6 +3,7 @@ { services.matrix-ooye = { enable = true; + debugPort = 9944; homeserver = "https://matrix.rory.gay"; homeserverName = "rory.gay"; enableSynapseIntegration = true; -- cgit 1.5.1