for consistency use bob in example instead of joe

olaf de0c7343 4e13c1f9

Changed files
+1 -1
nixos
modules
services
networking
+1 -1
nixos/modules/services/networking/smokeping.nix
···
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 {