From 061fce185a1576b465d8f2bf0b841aaeee860a9c Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 1 Sep 2023 08:51:36 -0400 Subject: [PATCH] sakura: remove conduit, bump dashdot --- hosts/sakura/services/conduit.nix | 15 --------------- hosts/sakura/services/dashdot.nix | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 hosts/sakura/services/conduit.nix diff --git a/hosts/sakura/services/conduit.nix b/hosts/sakura/services/conduit.nix deleted file mode 100644 index c282135..0000000 --- a/hosts/sakura/services/conduit.nix +++ /dev/null @@ -1,15 +0,0 @@ -_: { - networking.firewall.allowedTCPPorts = [6167 8448]; - services.matrix-conduit = { - enable = true; - settings.global = { - address = "0.0.0.0"; - port = 6167; - server_name = "notohh.dev"; - allow_registration = true; - allow_federation = true; - allow_encryption = true; - trusted_servers = ["matrix.org"]; - }; - }; -} diff --git a/hosts/sakura/services/dashdot.nix b/hosts/sakura/services/dashdot.nix index e3b6e5f..cc24327 100644 --- a/hosts/sakura/services/dashdot.nix +++ b/hosts/sakura/services/dashdot.nix @@ -1,6 +1,6 @@ _: { virtualisation.oci-containers.containers.dashdot = { - image = "mauricenino/dashdot:sha-207b2df"; + image = "mauricenino/dashdot:sha-4bef01c"; ports = [ "4000:3001" ];