feat: change root password

This commit is contained in:
Infinidoge 2021-09-01 10:33:59 -04:00
parent 237a788e7d
commit d9ff167849

View file

@ -1,5 +1,6 @@
{ ... }:
# recommend using `hashedPassword`
{
users.users.root.password = "";
users.users.root.hashedPassword =
"PASSWORD SET IN THE FUTURE";
}