summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-21 22:41:06 +0100
committerRory& <root@rory.gay>2026-02-21 22:41:06 +0100
commit50e849ca141d555c25e24794dab8eee05b104801 (patch)
tree850e2311d67eecca768427255f61326caaabee8a
parentdomains? what does half of thise ven mean (diff)
downloadRory-Open-Architecture-50e849ca141d555c25e24794dab8eee05b104801.tar.xz
fix error
-rw-r--r--host/Rory-ovh/services/prosody.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-ovh/services/prosody.nix b/host/Rory-ovh/services/prosody.nix

index 342946a..cbd44e0 100644 --- a/host/Rory-ovh/services/prosody.nix +++ b/host/Rory-ovh/services/prosody.nix
@@ -2,7 +2,7 @@ { services.prosody = { enable = true; - virtualhosts."rory.gay" = { + virtualHosts."rory.gay" = { enabled = true; domain = "rory.gay"; };