Initial root password is set
This commit is contained in:
parent
0a787952dc
commit
49c9029a0b
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ let common =
|
|||
};
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
||||
users.mutableUsers = false;
|
||||
security.initialRootPassword = "$6$hoiRRInkFqRV$WmQzqHPTRqaptmXPqNKfIBmiyyckmHKksVJZd94WQ0HHNx5wnGWL76H8.pN.gQ.9Mf.JaVL6oSAw4MjMoTcSF1";
|
||||
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue