nixos: use "example.net" host name in autossh documentation
This commit is contained in:
parent
b8dd60aaa6
commit
84903a4846
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user