diff options
author | Rory& <root@rory.gay> | 2024-07-04 14:59:36 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:59:36 +0200 |
commit | dd7b872694441a96b8b042ccbc4b63a96d0b89b9 (patch) | |
tree | 76a25875e08415c38cdb7b5ad8f93241b387d078 /host/Rory-nginx/services/matrix/grapevine.nix | |
parent | Update flake inputs (diff) | |
download | Rory-Open-Architecture-dd7b872694441a96b8b042ccbc4b63a96d0b89b9.tar.xz |
Nixfmt
Diffstat (limited to 'host/Rory-nginx/services/matrix/grapevine.nix')
-rwxr-xr-x | host/Rory-nginx/services/matrix/grapevine.nix | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/host/Rory-nginx/services/matrix/grapevine.nix b/host/Rory-nginx/services/matrix/grapevine.nix index 700c4bb..1cb2e19 100755 --- a/host/Rory-nginx/services/matrix/grapevine.nix +++ b/host/Rory-nginx/services/matrix/grapevine.nix @@ -1,4 +1,9 @@ -{ config, pkgs, lib, ... }: +{ + config, + pkgs, + lib, + ... +}: { services.grapevine = { @@ -6,9 +11,9 @@ enable = true; settings = { conduit_compat = true; -# address = "127.0.0.1"; + # address = "127.0.0.1"; server_name = "conduit.rory.gay"; - + listen = [ { type = "tcp"; @@ -30,4 +35,3 @@ }; }; } - |