summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-07 14:50:27 +0000
committerRory& <root@rory.gay>2026-01-07 14:50:27 +0000
commit0bfd4c172ca0b33334d06de32155bfcf54a75650 (patch)
tree23416537a819730c1599aa05590ea20df7f31d03 /host
parentRider on the server (diff)
downloadRory-Open-Architecture-master.tar.xz
Server updates HEAD master
Diffstat (limited to 'host')
-rw-r--r--host/Rory-ovh/services/cgit.nix1
-rw-r--r--host/Rory-ovh/services/matrix/ooye.nix1
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;