diod service: Capabilities -> CapabilityBoundingSet

`Capabilities` is obsolete in recent systemd and will be simply
ignored.

Note: this is the only service using `Capabilites`, per `git grep`.

+1 -1
+1 -1
nixos/modules/services/network-filesystems/diod.nix
··· 153 153 after = [ "network.target" ]; 154 154 serviceConfig = { 155 155 ExecStart = "${pkgs.diod}/sbin/diod -f -c ${diodConfig}"; 156 - Capabilities = "cap_net_bind_service+=ep"; 156 + CapabilityBoundingSet = "cap_net_bind_service+=ep"; 157 157 }; 158 158 }; 159 159 };