+5
-3
nixos/modules/services/networking/babeld.nix
+5
-3
nixos/modules/services/networking/babeld.nix
·········
···+conditionalBoolToString = value: if (isBool value) then (boolToString value) else (toString value);······