summary refs log tree commit diff stats
path: root/hosts/hpserver.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/hpserver.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/hpserver.nix b/hosts/hpserver.nix
index 1c4132b..aabcb08 100644
--- a/hosts/hpserver.nix
+++ b/hosts/hpserver.nix
@@ -9,9 +9,6 @@
       system = "x86_64-linux";
     };
   };
-  nixpkgs.config.permittedInsecurePackages = [
-    "python3.12-youtube-dl-2021.12.17"
-  ];
   nixpkgs.overlays = [(self: super: {utillinux = super.util-linux;})];
 
   home-manager.backupFileExtension = "backup";