From 6f4af85daec2e1db5be2668d15b5f851b436a35b Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 30 Jul 2023 18:25:45 +0300 Subject: uhhhh --- hosts/vps/services/matrix.nix | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'hosts/vps/services/matrix.nix') diff --git a/hosts/vps/services/matrix.nix b/hosts/vps/services/matrix.nix index e2aa1a5..005040f 100644 --- a/hosts/vps/services/matrix.nix +++ b/hosts/vps/services/matrix.nix @@ -2,32 +2,12 @@ pkgs, config, lib, + inputs, ... }: { config = { - # services.matrix-synapse = { - # enable = true; - # settings.server_name = config.networking.domain; - # settings.listeners = [ - # { - # port = 8008; - # bind_addresses = ["::1"]; - # type = "http"; - # tls = false; - # x_forwarded = true; - # resources = [ - # { - # names = ["client" "federation"]; - # compress = true; - # } - # ]; - # } - # ]; - # }; - # networking.firewall.allowedTCPPorts = [80 443]; - age.secrets.matrix = { - file = ../../secrets/matrix.age; + file = "${inputs.self}/secrets/matrix.age"; mode = "600"; owner = "root"; group = "root"; -- cgit 1.4.1