dnscrypt-proxy service: additional hardening

Run the daemon with private /home and /run/user to
prevent it from enumerating users on the system.

+1
+1
nixos/modules/services/networking/dnscrypt-proxy.nix
··· 204 205 PrivateTmp = true; 206 PrivateDevices = true; 207 }; 208 }; 209 };
··· 204 205 PrivateTmp = true; 206 PrivateDevices = true; 207 + ProtectHome = true; 208 }; 209 }; 210 };