add openssl to insecure package

This commit is contained in:
2023-07-13 17:32:13 +02:00
parent 4ceb1c0103
commit 6ac1900a1a

View File

@@ -44,6 +44,10 @@
# allow hibernation # allow hibernation
security.protectKernelImage = false; security.protectKernelImage = false;
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1u"
];
sops.defaultSopsFile = ./secrets.yaml; sops.defaultSopsFile = ./secrets.yaml;
sops.age.keyFile = "/var/lib/sops-nix/key.txt"; sops.age.keyFile = "/var/lib/sops-nix/key.txt";
sops.age.generateKey = true; sops.age.generateKey = true;