From a3695e721b5cb771e4ab82d67e00571e5eaabd77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 14 Apr 2025 08:56:51 -0400 Subject: [PATCH] Get rid of insecure electron since Logseq no longer needs it (and Nix rejects it) and insecure olm since not actively using any Matrix clients --- configuration.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index e45ec4c..29ae6bc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,7 +75,7 @@ kdePackages.krecorder kdePackages.kruler kdePackages.kweather - kdePackages.neochat # For matrix but relying on insecure olm-3.2.16 + # kdePackages.neochat # For matrix but relying on insecure olm-3.2.16 kdePackages.partitionmanager keepassxc kirc @@ -95,7 +95,7 @@ mmv neovim # aka nvim nextcloud-client - nheko # For matrix but relying on insecure olm-3.2.16 + # nheko # For matrix but relying on insecure olm-3.2.16 # nfs-utils nix-search-cli onlyoffice-desktopeditors @@ -309,10 +309,9 @@ nixpkgs.config.allowUnfree = true; # TODO remove this when Logseq gets its act together - nixpkgs.config.permittedInsecurePackages = [ - "electron-27.3.11" - "olm-3.2.16" - ]; + # nixpkgs.config.permittedInsecurePackages = [ + # "olm-3.2.16" + # ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.