fixed brigde stuff; added maubot

This commit is contained in:
2026-05-07 15:38:05 +02:00
parent 2740d04253
commit dcf492209b
4 changed files with 56 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, lib, ... }:
{
nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
@@ -61,4 +61,5 @@
};
};
};
systemd.services.mautrix-discord-registration.serviceConfig.UMask = lib.mkForce "0022";
}