nixos/modules: users.(extraUsers|extraGroup->users|group)
This commit is contained in:
@@ -8,7 +8,7 @@ with lib;
|
||||
];
|
||||
|
||||
# Allow the user to login as root without password.
|
||||
users.extraUsers.root.initialHashedPassword = mkOverride 150 "";
|
||||
users.users.root.initialHashedPassword = mkOverride 150 "";
|
||||
|
||||
# Some more help text.
|
||||
services.mingetty.helpLine =
|
||||
|
||||
Reference in New Issue
Block a user