add openssl 1.1 to unsecure for web
This commit is contained in:
parent
0b2a92fcf1
commit
190c03ae2e
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@
|
||||||
./sites/mehr-leistbaren-wohnraum-schaffen.cloonar.dev.nix
|
./sites/mehr-leistbaren-wohnraum-schaffen.cloonar.dev.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"openssl-1.1.1v"
|
||||||
|
];
|
||||||
|
|
||||||
services.logind.extraConfig = "RuntimeDirectorySize=2G";
|
services.logind.extraConfig = "RuntimeDirectorySize=2G";
|
||||||
|
|
||||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue