mirror of
https://github.com/divnix/digga.git
synced 2024-11-24 05:05:26 +03:00
6 lines
82 B
Nix
6 lines
82 B
Nix
{ ... }:
|
|
# recommend using `hashedPassword`
|
|
{
|
|
users.users.root.password = "";
|
|
}
|