From dfe59fd4c16f0cfacb563ca32981079745676321 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 4 Oct 2023 11:00:03 +0200 Subject: [PATCH] mastodon: don't allow insecure openssl anymore --- modules/services/mastodon/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/services/mastodon/default.nix b/modules/services/mastodon/default.nix index b82ab4ed..ab810917 100644 --- a/modules/services/mastodon/default.nix +++ b/modules/services/mastodon/default.nix @@ -7,8 +7,6 @@ }; config = lib.mkIf config.chvp.services.mastodon.enable { - # :'( - nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1t" ]; chvp.services.nginx.hosts = [{ fqdn = "social.chvp.be"; options = {