summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hosts/hplappi.nix3
-rw-r--r--hosts/hpserver.nix3
2 files changed, 0 insertions, 6 deletions
diff --git a/hosts/hplappi.nix b/hosts/hplappi.nix
index d107312..1e3dd45 100644
--- a/hosts/hplappi.nix
+++ b/hosts/hplappi.nix
@@ -1,7 +1,4 @@
 {config, ...}: {
-  nixpkgs.config.permittedInsecurePackages = [
-    "python3.12-youtube-dl-2021.12.17"
-  ];
   role.sils = "laptop";
   sils = {
     disks.enable = false;
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";