os/users/root/default.nix
Timothy DeHerrera e078e7a229
DOC.md: split off from README.md
Keep the README.md lean and use DOC.md for more detailed explanations. While
revising user documentation, a default `nixos` user profile was created, which
serves as a goood base example.
2020-01-10 23:49:18 -07:00

5 lines
73 B
Nix

# recommend using `hashedPassword`
{
users.users.root.password = "";
}