set initialHashedPassword in installation-device.nix

This commit is contained in:
Bob van der Linden
2018-08-07 14:45:50 +02:00
committed by Silvan Mosberger
parent 47e51aad09
commit e1da32d887
6 changed files with 4 additions and 15 deletions
@@ -14,7 +14,4 @@ with lib;
../../profiles/base.nix
../../profiles/installation-device.nix
];
# Allow the user to log in as root without a password.
users.users.root.initialHashedPassword = "";
}