nixosTests.blocky: rename deprecated config options

This commit is contained in:
kuflierl
2026-01-17 05:14:56 +01:00
parent bf3594baab
commit f92ea7cf54
+6 -4
View File
@@ -15,15 +15,17 @@
"printer.lan" = "192.168.178.3,2001:0db8:85a3:08d3:1319:8a2e:0370:7344";
};
};
upstream = {
upstreams.groups = {
default = [
"8.8.8.8"
"1.1.1.1"
];
};
port = 53;
httpPort = 5000;
logLevel = "info";
ports = {
dns = 53;
http = 5000;
};
log.level = "info";
};
};
};