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

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