hippocampus: matrix: client: fix listen
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ config, pkgs, lib, ... }: {
|
||||
services.nginx.virtualHosts.cinny = {
|
||||
listen = {
|
||||
listen = [{
|
||||
addr = "unix:/run/cinny.sock";
|
||||
};
|
||||
}];
|
||||
locations."/" = {
|
||||
root = pkgs.cinny;
|
||||
extraConfig = ''
|
||||
|
||||
Reference in New Issue
Block a user