From daaeeeb3d209f93caf5108e8201373afe6b97fa3 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Wed, 18 Dec 2024 18:01:41 +0100 Subject: nheko: remove --- hm/packages/default.nix | 1 - hosts/hplappi.nix | 1 - hosts/hpserver.nix | 1 - 3 files changed, 3 deletions(-) diff --git a/hm/packages/default.nix b/hm/packages/default.nix index 203bc3f..9982b66 100644 --- a/hm/packages/default.nix +++ b/hm/packages/default.nix @@ -74,7 +74,6 @@ in { signal-cli # use signal without phone mumble # voice chat element-desktop # chat - nheko # another matrix client tdesktop # telegram messenger thunderbird # emails briar-desktop # privacy first diff --git a/hosts/hplappi.nix b/hosts/hplappi.nix index 192bdae..d107312 100644 --- a/hosts/hplappi.nix +++ b/hosts/hplappi.nix @@ -1,6 +1,5 @@ {config, ...}: { nixpkgs.config.permittedInsecurePackages = [ - "olm-3.2.16" "python3.12-youtube-dl-2021.12.17" ]; role.sils = "laptop"; diff --git a/hosts/hpserver.nix b/hosts/hpserver.nix index 97b3968..1c4132b 100644 --- a/hosts/hpserver.nix +++ b/hosts/hpserver.nix @@ -10,7 +10,6 @@ }; }; nixpkgs.config.permittedInsecurePackages = [ - "olm-3.2.16" "python3.12-youtube-dl-2021.12.17" ]; nixpkgs.overlays = [(self: super: {utillinux = super.util-linux;})]; -- cgit 1.4.1