1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Disable kresd on cube host

This commit is contained in:
RGBCube 2024-04-20 14:04:30 +03:00
parent e367cfdd22
commit 0a5347c87a
No known key found for this signature in database

View file

@ -39,6 +39,9 @@ in systemConfiguration {
domains = [ domain ];
certificateScheme = "acme";
# We use systemd-resolved instead of Knot Resolver.
localDnsResolver = false;
hierarchySeparator = "/";
useFsLayout = true;