serivce/matrix-bot: allow insecure olm package

This commit is contained in:
Felix Buehler 2024-10-13 18:04:52 +02:00
parent 6a43593c2d
commit 45af07507e

View file

@ -26,6 +26,9 @@ in
};
config = lib.mkIf cfg.enable {
# TODO: fix this
nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
# Create user so that we can set the ownership of the key to
# it. DynamicUser will not take full effect as a result of this.
users.users.go-neb = {