pub-solar-os/users/root/default.nix
2021-02-03 13:16:21 -07:00

6 lines
82 B
Nix

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