about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorolaf <olaf@klingt.org>2022-08-05 13:11:35 +0200
committerolaf <olaf@klingt.org>2022-08-05 13:13:24 +0200
commitde0c7343004c476611101c1b6447d78fa0041f67 (patch)
treeabf00bc0ac10670cc598df9789bcf8a5de2d1455 /nixos
parent4e13c1f95819c46e929d6c95f2786dbc6f31ac96 (diff)
for consistency use bob in example instead of joe
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/smokeping.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/smokeping.nix b/nixos/modules/services/networking/smokeping.nix
index 217c16c8f37be..7f1abcc6824fd 100644
--- a/nixos/modules/services/networking/smokeping.nix
+++ b/nixos/modules/services/networking/smokeping.nix
@@ -156,7 +156,7 @@ in
       owner = mkOption {
         type = types.str;
         default = "nobody";
-        example = "Joe Admin";
+        example = "Bob Foobawr";
         description = lib.mdDoc "Real name of the owner of the instance";
       };
       ownerEmail = mkOption {