sakura: remove conduit, bump dashdot

This commit is contained in:
notohh 2023-09-01 08:51:36 -04:00
parent 486280d378
commit 061fce185a
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 1 additions and 16 deletions

View file

@ -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"];
};
};
}

View file

@ -1,6 +1,6 @@
_: {
virtualisation.oci-containers.containers.dashdot = {
image = "mauricenino/dashdot:sha-207b2df";
image = "mauricenino/dashdot:sha-4bef01c";
ports = [
"4000:3001"
];