2 files changed, 2 insertions, 0 deletions
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;
|