From 213742f7331a03dc48da2b2eda88b30be76aac3f Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 17 Dec 2024 23:50:59 +0100 Subject: hplappi: temporarily permitt insecure packages --- hosts/hplappi.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') diff --git a/hosts/hplappi.nix b/hosts/hplappi.nix index 1e3dd45..192bdae 100644 --- a/hosts/hplappi.nix +++ b/hosts/hplappi.nix @@ -1,4 +1,8 @@ {config, ...}: { + nixpkgs.config.permittedInsecurePackages = [ + "olm-3.2.16" + "python3.12-youtube-dl-2021.12.17" + ]; role.sils = "laptop"; sils = { disks.enable = false; -- cgit 1.4.1