container use the local DNS

Signed-off-by: Hadi <hadi@example.fr>
This commit is contained in:
Hadi
2026-08-17 14:14:47 +02:00
parent 6a2adfb338
commit 40dea7c9bc
+1 -2
View File
@@ -39,8 +39,7 @@ in {
nginxHardening
];
networking.nameservers = lib.mkIf internet [
"1.1.1.1"
"1.0.0.1"
"${hostIp}"
];
};
};