From ed86cd091758b50040b55615727b813c504923ad Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 28 Feb 2026 22:50:38 +0700 Subject: [PATCH] make settings presist --- modules/system/homelab/dns.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/homelab/dns.nix b/modules/system/homelab/dns.nix index 25ab8ba..1984e48 100644 --- a/modules/system/homelab/dns.nix +++ b/modules/system/homelab/dns.nix @@ -3,6 +3,7 @@ enable = true; host = "0.0.0.0"; port = 8088; + mutableSettings = false; settings = { dns = { upstream_dns = [ "https://security.cloudflare-dns.com/dns-query" ];