diff options
author | Silas Schöffel <sils@sils.li> | 2024-12-18 19:44:38 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-12-18 19:45:12 +0100 |
commit | 32dd263810800ee5960a106858a7f27e4ea0acaa (patch) | |
tree | 990ee0f5af61ad424bd1f5929a22574a5dacd771 /hosts/hpserver.nix | |
parent | hyprland: disable animations (diff) | |
download | nix-config-32dd263810800ee5960a106858a7f27e4ea0acaa.tar.gz nix-config-32dd263810800ee5960a106858a7f27e4ea0acaa.zip |
remove insecure package exceptions
Diffstat (limited to 'hosts/hpserver.nix')
-rw-r--r-- | hosts/hpserver.nix | 3 |
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"; |