diff --git a/modules/users/user.nix b/modules/users/user.nix index 1a8e877f..a0c8aab5 100644 --- a/modules/users/user.nix +++ b/modules/users/user.nix @@ -5,7 +5,7 @@ inherit (lib) literalExpression mkOption types; in { name = mkOption { - type = types.str; + type = types.nonEmptyStr; default = name; description = '' The name of the user account. If undefined, the name of the