about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-02-06 17:17:40 +0100
committerGitHub <noreply@github.com>2024-02-06 17:17:40 +0100
commited742ab4fc1f432ebe0f0a675762ec37bdbcdec0 (patch)
tree1c3a316e2ce3381bab55bc061a49ba2694cc9d9d /nixos/modules
parenta107d8e982338186eb4d9209b86fc9a6012afb18 (diff)
parent59539b9bc5a4a91e6778505a8901f56c6ad841e1 (diff)
downloadnixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar.gz
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar.bz2
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar.lz
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar.xz
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar.zst
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.zip
Merge pull request #275621 from Yarny0/tsm-client-update
tsm-client: 8.1.20.0 -> 8.1.21.0
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/programs/tsm-client.nix2
-rw-r--r--nixos/modules/services/backup/tsm.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/tsm-client.nix b/nixos/modules/programs/tsm-client.nix
index 45d436221ee3..d31a1fb3f375 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.20?topic=commands-processing-options
+    # https://www.ibm.com/docs/en/storage-protect/8.1.21?topic=commands-processing-options
     options.servername = mkOption {
       type = servernameType;
       default = name;
diff --git a/nixos/modules/services/backup/tsm.nix b/nixos/modules/services/backup/tsm.nix
index 6798b18b3af7..2d727dccdece 100644
--- a/nixos/modules/services/backup/tsm.nix
+++ b/nixos/modules/services/backup/tsm.nix
@@ -90,7 +90,7 @@ in
       environment.HOME = "/var/lib/tsm-backup";
       serviceConfig = {
         # for exit status description see
-        # https://www.ibm.com/docs/en/storage-protect/8.1.20?topic=clients-client-return-codes
+        # https://www.ibm.com/docs/en/storage-protect/8.1.21?topic=clients-client-return-codes
         SuccessExitStatus = "4 8";
         # The `-se` option must come after the command.
         # The `-optfile` option suppresses a `dsm.opt`-not-found warning.