mastodon: don't allow insecure openssl anymore

This commit is contained in:
Charlotte Van Petegem 2023-10-04 11:00:03 +02:00
parent 484dfe36ea
commit dfe59fd4c1
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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 = {