From 45af07507e96e67aa1f4ddc87419b536a682ab65 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 13 Oct 2024 18:04:52 +0200 Subject: [PATCH] serivce/matrix-bot: allow insecure olm package --- modules/services/matrix-bot/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/services/matrix-bot/default.nix b/modules/services/matrix-bot/default.nix index e293147..bd1089a 100644 --- a/modules/services/matrix-bot/default.nix +++ b/modules/services/matrix-bot/default.nix @@ -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 = {