summary refs log tree commit diff stats
path: root/hosts/hpserver.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-12-18 18:01:41 +0100
committerSilas Schöffel <sils@sils.li>2024-12-18 18:01:41 +0100
commitdaaeeeb3d209f93caf5108e8201373afe6b97fa3 (patch)
treef795208c32ebc340627ed2dead9abaeff321b87a /hosts/hpserver.nix
parentlanzaboote: v.0.3.0 -> v.0.4.1 (diff)
downloadnix-config-daaeeeb3d209f93caf5108e8201373afe6b97fa3.tar.gz
nix-config-daaeeeb3d209f93caf5108e8201373afe6b97fa3.zip
nheko: remove
Diffstat (limited to '')
-rw-r--r--hosts/hpserver.nix1
1 files changed, 0 insertions, 1 deletions
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;})];