feat: change root password
This commit is contained in:
parent
237a788e7d
commit
d9ff167849
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
# recommend using `hashedPassword`
|
# recommend using `hashedPassword`
|
||||||
{
|
{
|
||||||
users.users.root.password = "";
|
users.users.root.hashedPassword =
|
||||||
|
"PASSWORD SET IN THE FUTURE";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue