nixos/modules/installer: users.extraUsers -> users.users

This commit is contained in:
Florian Klink
2018-06-30 02:26:14 +02:00
parent 9137f83880
commit bd228c05b1
6 changed files with 6 additions and 6 deletions
@@ -16,5 +16,5 @@ with lib;
];
# Allow the user to log in as root without a password.
users.extraUsers.root.initialHashedPassword = "";
users.users.root.initialHashedPassword = "";
}