Loading
nixos/networkd: accept `true` and `false` in addition to "yes" and "no" for...
nixos/networkd: accept `true` and `false` in addition to "yes" and "no" for DHCP= and LinkLocalAddressing= These were the only two systemd configuration values that were missing the `boolValues ++` treatment, according to my `rg` through the codebase.