From 0a5347c87a490a7d85e2f250f5b570b90b7ccdf3 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 20 Apr 2024 14:04:30 +0300 Subject: [PATCH] Disable kresd on cube host --- hosts/cube/mail/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/cube/mail/default.nix b/hosts/cube/mail/default.nix index c0b0643..8cdd5b9 100644 --- a/hosts/cube/mail/default.nix +++ b/hosts/cube/mail/default.nix @@ -39,6 +39,9 @@ in systemConfiguration { domains = [ domain ]; certificateScheme = "acme"; + # We use systemd-resolved instead of Knot Resolver. + localDnsResolver = false; + hierarchySeparator = "/"; useFsLayout = true;