Fix network wait-online by setting routable correctly
This commit is contained in:
@ -30,7 +30,7 @@ with mylib.networking; {
|
||||
|
||||
networks = {
|
||||
# Default wildcard ethernet network for all hosts
|
||||
"50-ether" = mkSystemdNetwork "enp*";
|
||||
"50-ether" = mkSystemdNetwork "enp*" false;
|
||||
};
|
||||
|
||||
allowedTCPPorts = [
|
||||
|
Reference in New Issue
Block a user