Skip to content

Commit f92ea7c

Browse files
committed
nixosTests.blocky: rename deprecated config options
1 parent bf3594b commit f92ea7c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

nixos/tests/blocky.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@
1515
"printer.lan" = "192.168.178.3,2001:0db8:85a3:08d3:1319:8a2e:0370:7344";
1616
};
1717
};
18-
upstream = {
18+
upstreams.groups = {
1919
default = [
2020
"8.8.8.8"
2121
"1.1.1.1"
2222
];
2323
};
24-
port = 53;
25-
httpPort = 5000;
26-
logLevel = "info";
24+
ports = {
25+
dns = 53;
26+
http = 5000;
27+
};
28+
log.level = "info";
2729
};
2830
};
2931
};

0 commit comments

Comments
 (0)