Loading nixos/modules/services/monitoring/parsedmarc.nix +1 −0 Original line number Diff line number Diff line Loading @@ -301,6 +301,7 @@ in description = lib.mdDoc '' The addresses to send outgoing mail to. ''; apply = x: if x == [] then null else lib.concatStringsSep "," x; }; }; Loading Loading
nixos/modules/services/monitoring/parsedmarc.nix +1 −0 Original line number Diff line number Diff line Loading @@ -301,6 +301,7 @@ in description = lib.mdDoc '' The addresses to send outgoing mail to. ''; apply = x: if x == [] then null else lib.concatStringsSep "," x; }; }; Loading