summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/hplappi.nix1
-rw-r--r--hosts/hpserver.nix1
2 files changed, 0 insertions, 2 deletions
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;})];