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

This commit is contained in:
Peter Simons 2015-10-28 20:04:36 +01:00
parent b8dd60aaa6
commit 84903a4846

View File

@ -41,7 +41,7 @@ in
}; };
extraArguments = mkOption { extraArguments = mkOption {
type = types.string; type = types.string;
example = "-N -D4343 bill@socks.host.net"; example = "-N -D4343 bill@socks.example.net";
description = '' description = ''
Arguments to be passed to AutoSSH and retransmitted to SSH Arguments to be passed to AutoSSH and retransmitted to SSH
process. Some meaningful options include -N (don't run remote process. Some meaningful options include -N (don't run remote