replace openssl with libressl
This commit is contained in:
parent
9231eb0d2d
commit
5352be54e7
2 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@
|
|||
nats-server
|
||||
nginx
|
||||
onlyoffice-documentserver
|
||||
openssl
|
||||
libressl
|
||||
postgresql_16
|
||||
python310
|
||||
# python310Packages.nbconvert
|
||||
|
|
|
|||
|
|
@ -34,6 +34,6 @@
|
|||
};
|
||||
};
|
||||
systemd.services.writefreely = {
|
||||
path = [pkgs.openssl];
|
||||
path = [pkgs.libressl];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue