diff options
author | Silas Schöffel <sils@sils.li> | 2024-12-18 18:01:41 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-12-18 18:01:41 +0100 |
commit | daaeeeb3d209f93caf5108e8201373afe6b97fa3 (patch) | |
tree | f795208c32ebc340627ed2dead9abaeff321b87a /hosts/hpserver.nix | |
parent | lanzaboote: v.0.3.0 -> v.0.4.1 (diff) | |
download | nix-config-daaeeeb3d209f93caf5108e8201373afe6b97fa3.tar.gz nix-config-daaeeeb3d209f93caf5108e8201373afe6b97fa3.zip |
nheko: remove
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;})]; |