hippocampus: matrix: client: fix listen

This commit is contained in:
2026-02-11 23:34:30 -05:00
parent 2c144676df
commit 041462321a

View File

@@ -1,8 +1,8 @@
{ config, pkgs, lib, ... }: {
services.nginx.virtualHosts.cinny = {
listen = {
listen = [{
addr = "unix:/run/cinny.sock";
};
}];
locations."/" = {
root = pkgs.cinny;
extraConfig = ''