add route

This commit is contained in:
2023-12-04 16:50:23 +01:00
parent f8d7fc77a9
commit 8b096a23cc

View File

@@ -157,6 +157,9 @@ in {
address = "10.42.97.2"; address = "10.42.97.2";
prefixLength = 24; prefixLength = 24;
}]; }];
ipv4.routes = {
address = "0.0.0.0";
}
}; };
firewall = { firewall = {
enable = true; enable = true;