From 4465fd0f90eb6278c68fc3e3577faff736aa7b93 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:25:03 -0500 Subject: [PATCH] insecure openssl-1.1.1w --- modules/hosts/john-p14s/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index bb49be4..3a7488f 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -10,7 +10,10 @@ ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; - nixpkgs.config.allowUnfree = true; + nixpkgs.config = { + allowUnfree = true; + permittedInsecurePackages = [ "openssl-1.1.1w" ]; + }; networking = { hostName = hostname;