nix-config/android/_mixins/users/root/default.nix
2024-05-23 15:02:20 -04:00

7 lines
131 B
Nix

_:
{
users.users.root = {
hashedPassword = null;
openssh.authorizedKeys.keys = sshMatrix.groups.privileged_users;
};
}