replace openssl with libressl

This commit is contained in:
Lillian Violet 2026-01-05 17:40:02 +01:00
parent 9231eb0d2d
commit 5352be54e7
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@
nats-server
nginx
onlyoffice-documentserver
openssl
libressl
postgresql_16
python310
# python310Packages.nbconvert

View file

@ -34,6 +34,6 @@
};
};
systemd.services.writefreely = {
path = [pkgs.openssl];
path = [pkgs.libressl];
};
}