summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs/tsm-client.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/tsm-client.nix')
-rw-r--r--nixos/modules/programs/tsm-client.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/tsm-client.nix b/nixos/modules/programs/tsm-client.nix
index 5f0d78bfa4a5..82fbc9b26e2d 100644
--- a/nixos/modules/programs/tsm-client.nix
+++ b/nixos/modules/programs/tsm-client.nix
@@ -22,7 +22,7 @@ let
serverOptions = { name, config, ... }: {
freeformType = attrsOf (either scalarType (listOf scalarType));
# Client system-options file directives are explained here:
- # https://www.ibm.com/docs/en/storage-protect/8.1.21?topic=commands-processing-options
+ # https://www.ibm.com/docs/en/storage-protect/8.1.22?topic=commands-processing-options
options.servername = mkOption {
type = servernameType;
default = name;