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