nixpkgs/nixos/modules/testing
Majiir Paktu 088da23f9e nixos/test-instrumentation: fix unsetting of defaultGateway
The empty string is coerced to an attrset:

    { address = ""; interface = null; metric = null; }

The new defaultGateway logic (correctly) complains that interface must
be defined when using networkd. We instead clear defaultGateway by
setting it to its actual default value, which is null.
2023-10-07 16:09:11 -04:00
..
service-runner.nix nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
test-instrumentation.nix nixos/test-instrumentation: fix unsetting of defaultGateway 2023-10-07 16:09:11 -04:00