for consistency use bob in example instead of joe

This commit is contained in:
olaf 2022-08-05 13:11:35 +02:00
parent 4e13c1f958
commit de0c734300

View File

@ -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 {