sakura: remove conduit, bump dashdot
This commit is contained in:
parent
486280d378
commit
061fce185a
2 changed files with 1 additions and 16 deletions
|
@ -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"];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
virtualisation.oci-containers.containers.dashdot = {
|
virtualisation.oci-containers.containers.dashdot = {
|
||||||
image = "mauricenino/dashdot:sha-207b2df";
|
image = "mauricenino/dashdot:sha-4bef01c";
|
||||||
ports = [
|
ports = [
|
||||||
"4000:3001"
|
"4000:3001"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue