insecure openssl-1.1.1w

This commit is contained in:
John Lancaster
2026-03-26 17:25:03 -05:00
parent 9c733a135a
commit 4465fd0f90
+4 -1
View File
@@ -10,7 +10,10 @@
]; ];
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true; nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [ "openssl-1.1.1w" ];
};
networking = { networking = {
hostName = hostname; hostName = hostname;