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