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:
parent
e367cfdd22
commit
0a5347c87a
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ in systemConfiguration {
|
||||||
domains = [ domain ];
|
domains = [ domain ];
|
||||||
certificateScheme = "acme";
|
certificateScheme = "acme";
|
||||||
|
|
||||||
|
# We use systemd-resolved instead of Knot Resolver.
|
||||||
|
localDnsResolver = false;
|
||||||
|
|
||||||
hierarchySeparator = "/";
|
hierarchySeparator = "/";
|
||||||
useFsLayout = true;
|
useFsLayout = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue