diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/hpserver.nix | 1 |
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;})]; |