summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/services/networking/autossh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/autossh.nix b/nixos/modules/services/networking/autossh.nix
index 6ae454be966..9ea17469870 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