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
|
nats-server
|
||||||
nginx
|
nginx
|
||||||
onlyoffice-documentserver
|
onlyoffice-documentserver
|
||||||
openssl
|
libressl
|
||||||
postgresql_16
|
postgresql_16
|
||||||
python310
|
python310
|
||||||
# python310Packages.nbconvert
|
# python310Packages.nbconvert
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.services.writefreely = {
|
systemd.services.writefreely = {
|
||||||
path = [pkgs.openssl];
|
path = [pkgs.libressl];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue