nixos: use "example.net" host name in autossh documentation

+1 -1
+1 -1
nixos/modules/services/networking/autossh.nix
··· 41 41 }; 42 42 extraArguments = mkOption { 43 43 type = types.string; 44 - example = "-N -D4343 bill@socks.host.net"; 44 + example = "-N -D4343 bill@socks.example.net"; 45 45 description = '' 46 46 Arguments to be passed to AutoSSH and retransmitted to SSH 47 47 process. Some meaningful options include -N (don't run remote