add openssl to insecure package
This commit is contained in:
parent
4ceb1c0103
commit
6ac1900a1a
1 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,10 @@
|
|||
# allow hibernation
|
||||
security.protectKernelImage = false;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1u"
|
||||
];
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
sops.age.generateKey = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue