From 190c03ae2ed08de696318c691862ef0b781a60f6 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 17 Aug 2023 01:25:15 +0200 Subject: [PATCH] add openssl 1.1 to unsecure for web --- hosts/web-01.cloonar.com/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/web-01.cloonar.com/configuration.nix b/hosts/web-01.cloonar.com/configuration.nix index 257e49e..d86d4bb 100644 --- a/hosts/web-01.cloonar.com/configuration.nix +++ b/hosts/web-01.cloonar.com/configuration.nix @@ -36,6 +36,10 @@ ./sites/mehr-leistbaren-wohnraum-schaffen.cloonar.dev.nix ]; + nixpkgs.config.permittedInsecurePackages = [ + "openssl-1.1.1v" + ]; + services.logind.extraConfig = "RuntimeDirectorySize=2G"; sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];