Letsencrypt is now certbot.

This commit is contained in:
Kevin Baensch 2023-06-07 01:04:42 +02:00
parent a178d8a7f7
commit 16c8e41d35
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -3,7 +3,7 @@
{ {
config.machine.pkgsets.server.pkgs = with pkgs; [ config.machine.pkgsets.server.pkgs = with pkgs; [
audit audit
letsencrypt certbot
php php
simp_le simp_le
]; ];