pub-solar-os/users/root/default.nix
2021-02-02 09:39:29 -07:00

6 lines
82 B
Nix

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