Tighten path/docs clarity
Co-authored-by: ragusa-it <196988693+ragusa-it@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
assertions = [
|
||||
{
|
||||
assertion = usernameValid;
|
||||
message = "username must be a simple system user name and not reserved.";
|
||||
message = "username must start with a-z or _, contain only lowercase letters, digits, and underscores, and must not be root or start with nix.";
|
||||
}
|
||||
];
|
||||
# --------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user