default root shadow shell
This commit is contained in:
parent
642bea2f41
commit
7f0e304478
1 changed files with 6 additions and 0 deletions
|
@ -33,5 +33,11 @@ with lib.my;
|
||||||
trusted-users = users;
|
trusted-users = users;
|
||||||
allowed-users = users;
|
allowed-users = users;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.root = {
|
||||||
|
packages = [ pkgs.shadow ];
|
||||||
|
shell = pkgs.shadow;
|
||||||
|
hashedPassword = "!";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue