From 84903a4846a6bac7ae1264d105bcd1658b24b148 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 28 Oct 2015 20:04:36 +0100 Subject: [PATCH] nixos: use "example.net" host name in autossh documentation --- nixos/modules/services/networking/autossh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/autossh.nix b/nixos/modules/services/networking/autossh.nix index 6ae454be9662..9ea17469870d 100644 --- a/nixos/modules/services/networking/autossh.nix +++ b/nixos/modules/services/networking/autossh.nix @@ -41,7 +41,7 @@ in }; extraArguments = mkOption { type = types.string; - example = "-N -D4343 bill@socks.host.net"; + 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