From daaeeeb3d209f93caf5108e8201373afe6b97fa3 Mon Sep 17 00:00:00 2001
From: Silas Schöffel <sils@sils.li>
Date: Wed, 18 Dec 2024 18:01:41 +0100
Subject: nheko: remove

---
 hosts/hplappi.nix  | 1 -
 hosts/hpserver.nix | 1 -
 2 files changed, 2 deletions(-)

(limited to 'hosts')

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