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