tinc: add Restart in systemd service config

+1
+1
nixos/modules/services/networking/tinc.nix
··· 157 157 serviceConfig = { 158 158 Type = "simple"; 159 159 PIDFile = "/run/tinc.${network}.pid"; 160 + Restart = "on-failure"; 160 161 }; 161 162 preStart = '' 162 163 mkdir -p /etc/tinc/${network}/hosts