1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Disable kresd

This commit is contained in:
Stefan Ellmauthaler 2022-08-07 13:40:39 +02:00
parent 5992db1d28
commit 3f9b1f4981
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -18,6 +18,8 @@ with lib;{
};
};
localDnsResolver = false;
# use ACME
certificateScheme = 3;
};